If you want to connect the Content Server via SSL to the Active Directory, proceed as follows:
Import all of your needed certificates for the Content Server using the Java keytool tool the default password is "changeit"
keytool -import -file ADCert.der -alias ADCert -keystore $JAVA_HOME/jre/lib/security/cacerts
Change the following properties in the
WEB-INF/properties/corem/jndi-ad.properties
file:
java.naming.security.protocol=ssl com.coremedia.ldap.host=ADServer com.coremedia.ldap.port=636
Configure the
hox.corem.login.LdapLoginModule
in the fileWEB-INF/properties/corem/jaas.conf
to use SSL by setting the attributesport="636"
andprotocol="ssl".
Now you are done and the Content Server will connect to the Active Directory server via SSL.