Skip to content

Commit

Permalink
docs: The config key is "encrypt", not "encrypt_key"
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed May 7, 2014
1 parent 8f37f96 commit 0b9ad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/agent/encryption.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
from being able to discover it by inspecting running processes.
The key must be 16-bytes that are base64 encoded. The easiest method to
Expand Down

0 comments on commit 0b9ad9e

Please sign in to comment.