mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Clarify CA commands' help text
This commit is contained in:
parent
6ca7543ea6
commit
61d7e38148
@ -23,11 +23,12 @@ func (c *cmd) Help() string {
|
|||||||
return flags.Usage(help, nil)
|
return flags.Usage(help, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
const synopsis = "Interact with the Consul Connect CA"
|
const synopsis = "Interact with the Consul Connect Certificate Authority (CA)"
|
||||||
const help = `
|
const help = `
|
||||||
Usage: consul connect ca <subcommand> [options] [args]
|
Usage: consul connect ca <subcommand> [options] [args]
|
||||||
|
|
||||||
This command has subcommands for interacting with Consul Connect's CA.
|
This command has subcommands for interacting with Consul Connect's
|
||||||
|
Certificate Authority (CA).
|
||||||
|
|
||||||
Here are some simple examples, and more detailed examples are available
|
Here are some simple examples, and more detailed examples are available
|
||||||
in the subcommands or the documentation.
|
in the subcommands or the documentation.
|
||||||
|
@ -73,9 +73,9 @@ func (c *cmd) Help() string {
|
|||||||
return c.help
|
return c.help
|
||||||
}
|
}
|
||||||
|
|
||||||
const synopsis = "Display the current Connect CA configuration"
|
const synopsis = "Display the current Connect Certificate Authority (CA) configuration"
|
||||||
const help = `
|
const help = `
|
||||||
Usage: consul connect ca get-config [options]
|
Usage: consul connect ca get-config [options]
|
||||||
|
|
||||||
Displays the current Connect CA configuration.
|
Displays the current Connect Certificate Authority (CA) configuration.
|
||||||
`
|
`
|
||||||
|
@ -92,5 +92,5 @@ const synopsis = "Modify the current Connect CA configuration"
|
|||||||
const help = `
|
const help = `
|
||||||
Usage: consul connect ca set-config [options]
|
Usage: consul connect ca set-config [options]
|
||||||
|
|
||||||
Modifies the current Connect CA configuration.
|
Modifies the current Connect Certificate Authority (CA) configuration.
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user