Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:ldap_ssl [2018/07/16 14:56] – [Configuring Synchronization via SSL] bkkr72:ldap_ssl [2022/03/28 12:31] – [Configuring Synchronization via SSL] evt
Line 11: Line 11:
 <code> <code>
 cd %JAVA_HOME%\jre\lib\security cd %JAVA_HOME%\jre\lib\security
-keytool -import -file –trustcacerts <CERTFILE>.der -keystore cacerts+keytool -import -file <CERTFILE>.der -keystore cacerts 
 </code> </code>
  
 The default password for the Java keystore is “changeit“. Follow the steps given by the keytool application. After setting up the certificate, use the “ldaps“ protocol identifier in the LDAP URL to use LDAP over SSL protocol. The default password for the Java keystore is “changeit“. Follow the steps given by the keytool application. After setting up the certificate, use the “ldaps“ protocol identifier in the LDAP URL to use LDAP over SSL protocol.
  
-Example: ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>ldaps://SERVER:389/cn=Users,dc=YOURDC,dc=COMPANY,dc=com //</font>''+Example: ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>ldaps://SERVER:636/cn=Users,dc=YOURDC,dc=COMPANY,dc=com //</font>''