From c056196cd8a78fa41c8283de4cbca0c13e23111a Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Mon, 30 Oct 2017 10:42:08 -0400 Subject: [PATCH] document new agent option --- website/source/docs/agent/configuration/tls.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/configuration/tls.html.md b/website/source/docs/agent/configuration/tls.html.md index 5534eef7a..b816f7f21 100644 --- a/website/source/docs/agent/configuration/tls.html.md +++ b/website/source/docs/agent/configuration/tls.html.md @@ -54,6 +54,10 @@ the [Agent's Gossip and RPC Encryption](/docs/agent/encryption.html). a Nomad client makes the client use TLS for making RPC requests to the Nomad servers. +- `rpc_upgrade_mode` `(bool: false)` - This option should be used only when the + cluster is being upgraded to TLS, and removed after the migration is + complete. This allows the agent to accept both TLS and plaintext traffic. + - `verify_https_client` `(bool: false)` - Specifies agents should require client certificates for all incoming HTTPS requests. The client certificates must be signed by the same CA as Nomad.