From 7c0622e50e491163c1f135d8151d8f27aa661c67 Mon Sep 17 00:00:00 2001 From: Alan Christopher Thomas Date: Tue, 10 Sep 2019 22:56:30 -0600 Subject: [PATCH] Make note about adding "admin" JWT provisioner --- cmd/step-ca/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index a742565f..62463b14 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -222,7 +222,8 @@ intermediate private key.`, // TODO generate this password fmt.Printf("Provisioner Password: abcdef1234567890\n\n") - // TODO actually initialize the CA config and start listening + // TODO actually initialize the CA config (automatically add an "admin" JWT provisioner) + // and start listening // TODO get the root cert fingerprint to post back to the onboarding guide payload, err := json.Marshal(onboardingPayload{Fingerprint: "foobarbatbaz"}) if err != nil {