mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08: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.
|
# Server policy for client authentication. Maps to ClientAuth Policies.
|
||||||
# For more detail on clientAuth options:
|
# For more detail on clientAuth options:
|
||||||
# https://golang.org/pkg/crypto/tls/#ClientAuthType
|
# 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" ]
|
[ client_auth_type: <string> | default = "NoClientCert" ]
|
||||||
|
|
||||||
# CA certificate for client certificate authentication to the server.
|
# CA certificate for client certificate authentication to the server.
|
||||||
|
|
Loading…
Reference in a new issue