From a8850a0819343580103d2efd16eeed5531965221 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Tue, 27 Jul 2021 13:43:52 -0400 Subject: [PATCH] Add note to docs Signed-off-by: Levi Harrison Co-authored-by: Julien Pivotto --- docs/configuration/https.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index b1e078cdd..1799739d0 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -36,6 +36,9 @@ tls_server_config: # Server policy for client authentication. Maps to ClientAuth Policies. # For more detail on clientAuth options: # https://golang.org/pkg/crypto/tls/#ClientAuthType + # + # NOTE: If you want to enable client authentication, you need to use + # RequireAndVerifyClientCert. Other values are insecure. [ client_auth_type: | default = "NoClientCert" ] # CA certificate for client certificate authentication to the server.