forked from TrueCloudLab/certificates
Change onboarding bootstrap command to step-ca onboard
cc @sourishkrout @maraino
This commit is contained in:
parent
7c0622e50e
commit
c0d1399c38
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ intermediate private key.`,
|
|||
},
|
||||
},
|
||||
{
|
||||
Name: "start",
|
||||
Usage: "Starts step-ca with the (optional) specified configuration",
|
||||
Name: "onboard",
|
||||
Usage: "Configure and run step-ca from the onboarding guide",
|
||||
// TODO this should accept an optional config parameter that defaults to ~/.step/config/ca.json
|
||||
// as well as an optional token parameter for connecting to the onboarding flow
|
||||
Action: func(c *cli.Context) error {
|
||||
|
|
Loading…
Reference in a new issue