-
I can't set up LDAP correctly in my case.
I see
DEBUG logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@vsfomin hi, could you try running with ldap logs enabled? |
Beta Was this translation helpful? Give feedback.
@vsfomin
try this way:
keytool -import -trustcacerts -alias mycompany-root-ca -file /certs/ca.crt -keystore /usr/lib/jvm/zulu21-ca/lib/security/cacerts -storepass changeit -noprompt
(change only path to your ca.crt & alias. save "changeit" - it's important)
there is no need to install the ca-certificates package & run update-ca-certificates. java doesn't use it.