Merge pull request #6010 from spuder/patch-1

Clarify encryption keys are shared across datacenters
This commit is contained in:
Michael Schurter 2019-07-26 11:24:36 -07:00 committed by GitHub
commit 9ec48d27f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Enabling gossip encryption only requires that you set an encryption key when
starting the Nomad server. The key can be set via the
[`encrypt`](/docs/configuration/server.html#encrypt) parameter: the value
of this setting is a server configuration file containing the encryption key.
The same encryption key should be used on every server in a region.
The key must be 16 bytes, base64 encoded. As a convenience, Nomad provides the
[`nomad operator keygen`](/docs/commands/operator/keygen.html) command to