Remove misleading encrypt param documentation (#5452)

According to https://www.consul.io/docs/agent/options.html#_encrypt, the `encrypt` param specifies the 16-byte key to use, not the path to a config file containing the key.
This commit is contained in:
Reid Beels 2019-03-12 11:26:40 -04:00 committed by kaitlincarter-hc
parent 2e175be41b
commit cd1aa9b426
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ If you are configuring encryption, review this [guide](/docs/guides/agent-encryp
## Gossip Encryption ## Gossip Encryption
Enabling gossip encryption only requires that you set an encryption key when Enabling gossip encryption only requires that you set an encryption key when
starting the Consul agent. The key can be set via the `encrypt` parameter: the starting the Consul agent. The key can be set via the `encrypt` parameter.
value of this setting is a configuration file containing the encryption key.
~> **WAN Joined Datacenters Note:** If using multiple WAN joined datacenters, be sure to use _the same encryption key_ in all datacenters. ~> **WAN Joined Datacenters Note:** If using multiple WAN joined datacenters, be sure to use _the same encryption key_ in all datacenters.