docs: The config key is "encrypt", not "encrypt_key"
This commit is contained in:
parent
a1c66d68c8
commit
8505ee7372
|
@ -15,7 +15,7 @@ seperate systems, one for gossip traffic and one for RPC.
|
||||||
|
|
||||||
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 using the `-encrypt` flag
|
starting the Consul agent. The key can be set using the `-encrypt` flag
|
||||||
on `consul agent` or by setting the `encrypt_key` in a configuration file.
|
on `consul agent` or by setting the `encrypt` parameter in a configuration file.
|
||||||
It is advisable to put the key in a configuration file to avoid other users
|
It is advisable to put the key in a configuration file to avoid other users
|
||||||
from being able to discover it by inspecting running processes.
|
from being able to discover it by inspecting running processes.
|
||||||
The key must be 16-bytes that are base64 encoded. The easiest method to
|
The key must be 16-bytes that are base64 encoded. The easiest method to
|
||||||
|
|
Loading…
Reference in New Issue