website: remove keyring persistence options from agent page

This commit is contained in:
Ryan Uber 2014-09-13 12:19:21 -07:00
parent d906d16d15
commit 026ebcef58
2 changed files with 1 additions and 8 deletions

View File

@ -85,17 +85,10 @@ The options below are all specified on the command-line.
it relies on proper configuration. Nodes in the same datacenter should be on a single it relies on proper configuration. Nodes in the same datacenter should be on a single
LAN. LAN.
* `-persist-keyring` - This flag enables persistence of changes to the
encryption keys used in the gossip pools. By default, any modifications to
the keyring via the [consul keys](/docs/command/keys.html) command will be
lost when the agent shuts down.
* `-encrypt` - Specifies the secret key to use for encryption of Consul * `-encrypt` - Specifies the secret key to use for encryption of Consul
network traffic. This key must be 16-bytes that are base64 encoded. The network traffic. This key must be 16-bytes that are base64 encoded. The
easiest way to create an encryption key is to use `consul keygen`. All easiest way to create an encryption key is to use `consul keygen`. All
nodes within a cluster must share the same encryption key to communicate. nodes within a cluster must share the same encryption key to communicate.
If keyring persistence is enabled, the given key will only be used if there is
no pre-existing keyring. Otherwise, Consul will emit a warning and continue.
* `-join` - Address of another agent to join upon starting up. This can be * `-join` - Address of another agent to join upon starting up. This can be
specified multiple times to specify multiple agents to join. If Consul is specified multiple times to specify multiple agents to join. If Consul is

View File

@ -32,7 +32,7 @@ be 1.
Usage: `consul keyring [options]` Usage: `consul keyring [options]`
Only one actionable argument may be specified per run, including `-init`, Only one actionable argument may be specified per run, including `-init`,
`-list`, `-install`, `-remove`, and `-update`. `-list`, `-install`, `-remove`, and `-use`.
The list of available flags are: The list of available flags are: