Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppCommand = cli.Command{ Name: "start", Action: appAction, UsageText: `**step-ca** <config> [**--password-file**=<file>] [**--issuer-password-file**=<file>] [**--resolver**=<addr>]`, Flags: []cli.Flag{ cli.StringFlag{ Name: "password-file", Usage: `path to the <file> containing the password to decrypt the intermediate private key.`, }, cli.StringFlag{ Name: "issuer-password-file", Usage: `path to the <file> containing the password to decrypt the certificate issuer private key used in the RA mode.`, }, cli.StringFlag{ Name: "resolver", Usage: "address of a DNS resolver to be used instead of the default.", }, }, }
AppCommand is the action used as the top action.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.