mirror of https://github.com/status-im/consul.git
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:
parent
2e175be41b
commit
cd1aa9b426
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue