1
0
Fork 0

grafana: Trust dch-root-ca for LDAP connections

The LDAP servers now use certificates signed by _DCH CA R2_, so the
_DCH Root CA R2_ CA needs to be trusted in order to communicate with
them.
etcd
Dustin 2024-06-22 19:40:40 -05:00
parent e71156bcec
commit 858bad55ca
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ start_tls = true
# set to true if you want to skip ssl cert validation
ssl_skip_verify = false
# set to the path to your root CA certificate or leave unset to use system defaults
# root_ca_cert = "/path/to/certificate.crt"
root_ca_cert = "/run/dch-ca/dch-root-ca.crt"
# Authentication against LDAP servers requiring client certificates
# client_cert = "/path/to/client.crt"
# client_key = "/path/to/client.key"