Browse Source

Fix link in documentation

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/8336/head
Julien Pivotto 4 years ago
parent
commit
438ab463ad
  1. 3
      docs/configuration/https.md

3
docs/configuration/https.md

@ -32,7 +32,8 @@ tls_server_config:
key_file: <filename>
# 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: <string> | default = "NoClientCert" ]
# CA certificate for client certificate authentication to the server.

Loading…
Cancel
Save