Hi,
I would like to understand if the couple of private key/certificate used for the Alfresco LDAP subsystem should be the same than the couple used by my Windows LDAP manager?
Example :
For Alfresco I am creating with openssl a certificate for the LDAP subsytems, but a certificate already exists for my Windows AD.
Thank you
[EDIT]
I closed the subjet but some informations was missed :
I exported the Windows certificate on my Alfresco Server (DER format : certificate.cer)
I imported it in keystore/ssl.truststore
But I had to import it in the Java truststore too, in java/jre/lib/security/cacert to obtain any errors in logs.
PS : I used this command C:\Alfresco\java\bin\keytool -import -trustcacerts -alias serv-name.domain.local -file certificate.cer -keystore C:\Alfresco\java\jre\lib\security\cacerts