Make note about adding "admin" JWT provisioner

This commit is contained in:
Alan Christopher Thomas 2019-09-10 22:56:30 -06:00
parent 21baa69473
commit 7c0622e50e

View file

@ -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 {