diff --git a/website/source/docs/agent/encryption.html.md b/website/source/docs/agent/encryption.html.md index c9cb04f6e..46b1ce6b2 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -123,10 +123,12 @@ In your Nomad configuration add the `tls` stanza: tls { http = true rpc = true - verify_server_hostname = true + ca_file = "ca.pem" cert_file = "nomad.pem" key_file = "nomad-key.pem" + + verify_server_hostname = true } ```