mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-01 21:40:30 +00:00
Make note about adding "admin" JWT provisioner
This commit is contained in:
parent
624dd0bb9d
commit
40f002a97d
@ -222,7 +222,8 @@ intermediate private key.`,
|
|||||||
// TODO generate this password
|
// TODO generate this password
|
||||||
fmt.Printf("Provisioner Password: abcdef1234567890\n\n")
|
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
|
// TODO get the root cert fingerprint to post back to the onboarding guide
|
||||||
payload, err := json.Marshal(onboardingPayload{Fingerprint: "foobarbatbaz"})
|
payload, err := json.Marshal(onboardingPayload{Fingerprint: "foobarbatbaz"})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user