Versions Compared

Key

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

...

  1.  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.
     
  3.  Change directory to  If using JRE on a platform side, change the directory to $JAVA_HOME/lib/security on  on the platform host. Otherwise, change the path to $JAVA_HOME/jre/lib/security. 
     
  4.  Install the server certificate using the Java keytool command:

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


...