mirror of
https://github.com/prometheus/prometheus
synced 2024-12-23 15:04:13 +00:00
Add note to docs
Signed-off-by: Levi Harrison <git@leviharrison.dev> Co-authored-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
72865de915
commit
a8850a0819
@ -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: <string> | default = "NoClientCert" ]
|
||||
|
||||
# CA certificate for client certificate authentication to the server.
|
||||
|
Loading…
Reference in New Issue
Block a user