2.3 Enabling TLS (SSL)

To use TLS (SSL) with DSMLv2/SOAP support, you need to create a keystore. For instructions on creating a keystore, see the LDAP Classes for Java documentation. The JSSE and the keytool are included with JDK 1.4.

Once the keystore is created, specify the path in the ldapKeystore parameter in the web.xml configuration file as follows:

    <context-param>      <param-name>ldapKeystore</param-name>      <param-value></param-value></context-param>