tls
This optional clause configures TLS (Transport Layer Security) settings for the LDAP connection.
Example configuration of a LDAP backend TLS clause:
tls {
# LDAP client's certificate
certificate "ldap.client.cert";
# LDAP client's private key
certificate_key "ldap.client.key";
# LDAP client's certificate's root CA
client_ca_certificate "ldap.client.ca";
# LDAP server's certificate's root CA
server_ca_certificate "ldap.server.ca";
# Custom certificate verification rules are not supported for LDAP server
}