Skip to content

Custom LDAPS Keystore Location

Key: qie.ldapsTruststoreLocation

Env Var: QIE_LDAPSTRUSTSTORELOCATION

Scope: Global

Description: The location of a JKS formatted keystore that will be used by the LDAP service to establish a TLS handshake. If this value is null, then the default JVM truststore will be used.

Examples

Env Var

QIE_LDAPSTRUSTSTORELOCATION=\java\qie\ldaps_truststore.jks

Java Option

-Dqie.ldapsTruststoreLocation=\java\qie\ldaps_truststore.jks

YAML

QIE_LDAPSTRUSTSTORELOCATION: "\java\qie\ldaps_truststore.jks"