From 9e25fb044f427d5e134c7c289213b0ead239f960 Mon Sep 17 00:00:00 2001 From: Chad Billman Date: Fri, 4 Nov 2016 08:41:05 -0400 Subject: [PATCH] Escape hostname in agent encryption docs --- website/source/docs/agent/encryption.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/encryption.html.md b/website/source/docs/agent/encryption.html.md index e0d983c25..e1bba25a0 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -43,7 +43,7 @@ a certificate is provided that is signed by the Certificate Authority from the If `verify_server_hostname` is set, then outgoing connections perform hostname verification. All servers must have a certificate valid for -"server..nomad" or the client will reject the handshake. It is also +"server.\.nomad" or the client will reject the handshake. It is also recommended for the certificate to sign `localhost` such that the CLI can validate the server name.