LDAPS is used to secure your LDAP connection. Refer to the Keycloak documentation on LDAP for more information.
Keycloak uses the default location within the container:
Copy in your certificate authority (CA):
Drop into the container:
Add the keystore:
Add the following to the CA certs bundle:
This will update the CA certs bundle found in the following file path:
Restart the container:
Troubleshooting
If you have any issues, verify the CA against the LDAPS server:
This should return the following string:
You can inspect the keystore you created with the following command:
Was this page helpful?