IBM DataPower Operations Dashboard v1.0.8.5

Note: A more recent version of DPOD is available. See IBM DPOD Documentation for the latest documentation.

Configure LDAP SSL

In order to connect to the LDAP server over SSL (LDAPS) perform the following steps:

  1. The default password for the JVM TrustStore is “changeit”, and you should change it to a new password:

    keytool -storepasswd -keystore /app/java/jre/lib/security/cacerts 
    
    Enter keystore password:  <old password>
    New keystore password: <new password>
    Re-enter new keystore password: <new password>
  2. Import the LDAP / CA certificate to the JVM TrustStore. You can either import a self signed certificate, or the CA certificate that signed the LDAP certificate.

    keytool -import -v -noprompt -trustcacerts -file <certificate file location > -keystore /app/java/jre/lib/security/cacerts -storepass <key store password>
  3. Make sure you use ldaps:// prefix and SSL ports in the LDAP configuration script parameters file.


IBM DataPower Operations Dashboard (DPOD) v1.0.8.5