From 438ab463ad7a4f8be398bad9d882e7b53d3425ac Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 4 Jan 2021 01:12:21 +0100 Subject: [PATCH] Fix link in documentation Signed-off-by: Julien Pivotto --- docs/configuration/https.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index 9df1fe4c9..bc95e9be2 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -32,7 +32,8 @@ tls_server_config: key_file: # Server policy for client authentication. Maps to ClientAuth Policies. - # For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType) + # For more detail on clientAuth options: + # https://golang.org/pkg/crypto/tls/#ClientAuthType [ client_auth_type: | default = "NoClientCert" ] # CA certificate for client certificate authentication to the server.