To set up LDAPS I see some instructions in https://www.neotys.com/documents/doc/nts/latest/en/html/#... but it does not indicate what I need to do in order to install the certificates.
Is there a script somewhere that I need to adjust with Java parameter -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword?
I assume that you are going to use a self-signed certificate right otherwise there's nothing to do on the NTS since your certificate will be trusted by the NTS JRE.
So if you use a self-signed certificate here is the procedure:
<install_dir>/jre/bin
folder.For example, if you are using Linux and your LDAP server root certificate is "LDAPs.cer
", the command will be:
keytool -importcert -file /root/LDAPs.cer -alias ldap -keystore ../lib/security/cacerts
changeit
.
The NTS is sat on tomcat, you should find the instruction in the tomcat documentation