X4 Produktdokumentation

LDAPS configuration

To allow self-signed certificates for LDAPS, the path to the truststore and the corresponding password must be specified in the X4config.xml configuration file via the <trustStore> and <trustStorePassword> elements.

You can specify only one truststore. The specified truststore affects the HTTPS configuration and the use of certificates.

XML
<x4>
...
	<webContainerURL/>
	<trustStore>TrustStore path</trustStore>
	<trustStorePassword>TrustStore password</trustStorePassword>
	<logging/>
...
</x4>