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
parent
e71156bcec
commit
858bad55ca
|
@ -14,7 +14,7 @@ start_tls = true
|
||||||
# set to true if you want to skip ssl cert validation
|
# set to true if you want to skip ssl cert validation
|
||||||
ssl_skip_verify = false
|
ssl_skip_verify = false
|
||||||
# set to the path to your root CA certificate or leave unset to use system defaults
|
# 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
|
# Authentication against LDAP servers requiring client certificates
|
||||||
# client_cert = "/path/to/client.crt"
|
# client_cert = "/path/to/client.crt"
|
||||||
# client_key = "/path/to/client.key"
|
# client_key = "/path/to/client.key"
|
||||||
|
|
Loading…
Reference in New Issue