Installing SSL certificate and enabling LDAPS on Oracle Unified Directory
I am trying to enable LDAPS on Oracle Unified Directory (OUD). I imported the root certificate and server certificate, but when I try to run a ldapsearch, I got an error "Connect Error", which means the client is unable to reach the server.
Here are the steps I took:
1) I generated the keystore and keypair by running
keytool -genkey -alias OUD_Cert -keyalg RSA -keystore keystore -keysize 2048
2) Then I generated the CSR by running
keytool -certreq -alias OUD_Cert -keystore keystore -file OUD_Cert.csr
and sent the csr to the external CA.
3) Then I received a root certificate, a chain certificate, and a signed server certificate from the external CA.