How to configure SSL for Oracle Internet Directory/OUD

I am trying to configure the SSL for Oracle Unified Directory. Can anyone provide me high level steps that needs to be performed?

Thanks in Advance.

@amit_1140 -
You can follow the below steps on the VA -

  1. Run the following command in openSSL:openssl s_client -connect server.example.com:636 > output < /dev/null
  2. From the command, copy the output file. The top of the file will have the certificate. It will start with --BEGIN CERTIFICATE--. Copy the contents until the --END CERTIFICATE-- text.
  3. Now create a new file in the /home/sailpoint/certificates folder called cert.pem and save the certificate you copied within it.
  4. Restart CCG using the following command:sudo systemctl restart ccg

Follow the below link for more details -

Cheers!!!

Thanks… It worked!!!

1 Like