Merge pull request #8336 from roidelapluie/dochttp

Add https to navbar and fix link in it
This commit is contained in:
Julien Pivotto 2021-01-04 11:27:43 +01:00 committed by GitHub
commit 0fd5ed0648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
---
title: HTTPS and authentication
sort_rank: 7
---
# HTTPS and authentication # HTTPS and authentication
Prometheus supports basic authentication and TLS. Prometheus supports basic authentication and TLS.
@ -27,7 +32,8 @@ tls_server_config:
key_file: <filename> key_file: <filename>
# Server policy for client authentication. Maps to ClientAuth Policies. # 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" ] [ client_auth_type: <string> | default = "NoClientCert" ]
# CA certificate for client certificate authentication to the server. # CA certificate for client certificate authentication to the server.