cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP : the same certificate for Alfresco and Windows?

nancygaillard
Champ on-the-rise
Champ on-the-rise
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
1 REPLY 1

nancygaillard
Champ on-the-rise
Champ on-the-rise
The response is : I just have to import the certificate of the Windows LDAP manager in the keystore/truststore of Alfresco, and use the password of the keystore/truststore to confirm the importation.