1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Solicit feedback from users

* step
* step help
* step ca init
This commit is contained in:
max furman
2019-08-27 18:11:09 -07:00
parent 043a79a76c
commit ad0e89fd56
3 changed files with 34 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ func initCommand() cli.Command {
Action: cli.ActionFunc(initAction),
Usage: "initialize the CA PKI",
UsageText: `**step ca init**
[**--root**=<path>] [**--key**=<path>] [**--pki**] [**--name**=<name>]
[**--root**=<path>] [**--key**=<path>] [**--pki**] [**--name**=<name>]
[**dns**=<dns>] [**address**=<address>] [**provisioner**=<name>]
[**provisioner-password-file**=<path>] [**password-file**=<path>]
[**with-ca-url**=<url>] [**no-db**]`,