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
72:ldap_ssl [2019/03/29 11:06] alz72:ldap_ssl [2024/02/15 00:00] (current) – external edit 127.0.0.1
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:636/cn=Users,dc=YOURDC,dc=COMPANY,dc=com //</font>''+Example: ''ldaps://SERVER:636/cn=Users,dc=YOURDC,dc=COMPANY,dc=com //''