From 9e25fb044f427d5e134c7c289213b0ead239f960 Mon Sep 17 00:00:00 2001 From: Chad Billman Date: Fri, 4 Nov 2016 08:41:05 -0400 Subject: [PATCH 1/2] 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. From 58ab165e87b28df705355a7c04c287045a3c7b96 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 4 Nov 2016 11:14:40 -0400 Subject: [PATCH 2/2] Use tt instead --- 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 e1bba25a0..45fc7b7c8 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.