diff --git a/docs/configuration/https.md b/docs/configuration/https.md index 157df84d83..bc95e9be20 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -1,3 +1,8 @@ +--- +title: HTTPS and authentication +sort_rank: 7 +--- + # HTTPS and authentication Prometheus supports basic authentication and TLS. @@ -27,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.