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/cacertsChange the following properties in the
WEB-INF/properties/corem/jndi-ad.propertiesfile:
java.naming.security.protocol=ssl com.coremedia.ldap.host=ADServer com.coremedia.ldap.port=636
Configure the
hox.corem.login.LdapLoginModulein the fileWEB-INF/properties/corem/jaas.confto 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.







