Answered question

How do I configure LDAPS for Neotys Team Server?

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?

Brett B.
Brett B.

Brett B.

Level
0
2 / 100
points

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:

  1. Copy the root certificate of your LDAP server on the NTS server machine.
  2. In the command line, navigate to the installation directory: <install_dir>/jre/bin folder.
  3. Type the command to add the root certificate to NTS JVM keystore.

    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

  4. At the password request, type changeit.

  5. Restart your NTS

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers