LDAP : the same certificate for Alfresco and Windows?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2015 02:57 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 11:09 AM
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.
