Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following steps are required before configuration of authentication with LDAPS or LDAP over TLS:

  1.  Obtain Obtain the server certificate for the authentication server from your LDAP administrator.
     
  2.  Start a command shell and copy the server certificate to the platform host.  If using JRE on a platform side, change
  3.  Change the directory to  $JAVA_HOME/jre/lib/security on the platform host. Otherwise, change the path to where $JAVA_HOME/jre/lib/security. 
      points to your JDK directory.
  4.  Install the server certificate using the Java keytool command:

    Code Block
    languagetext
    themeEclipse
    keytool -import -file <certificate> -keystore cacerts 


...