ODSEE - How-to: Certificate Installation Utilizing the Command "dsadm import-cert"
(Doc ID 2522139.1)
Last updated on SEPTEMBER 07, 2023
Applies to:
Oracle Directory Server Enterprise Edition - Version 11.1.1.7.171017 and laterInformation in this document applies to any platform.
Goal
Having issue with installing certificates. Using a "pfx" file which contains four certificates in one file. When attempting to load the "ldap_.pfx" file that was received, the following was returned resulting in an error when attempting to restart the server :
$ dsadm import-cert /$ODSEE_HOME/$ODSEE_INSTANCE /tmp/Certificates/$CERTS.pfx
Enter the PKCS#12 file password:
The Directory Server will need to be restarted before being able to use the new certificate.
$ dsadm stop //$ODSEE_HOME/$ODSEE_INSTANCE
Directory Server instance '//$ODSEE_HOME/$ODSEE_INSTANCE' stopped
$ ps -ef | grep slapd
ldap 26104 25754 0 22:11:42 pts/1 0:00 grep slapd
$ dsadm start //$ODSEE_HOME/$ODSEE_INSTANCE
Failed to start Directory Server instance '//$ODSEE_HOME/$ODSEE_INSTANCE'
Enter the PKCS#12 file password:
The Directory Server will need to be restarted before being able to use the new certificate.
$ dsadm stop //$ODSEE_HOME/$ODSEE_INSTANCE
Directory Server instance '//$ODSEE_HOME/$ODSEE_INSTANCE' stopped
$ ps -ef | grep slapd
ldap 26104 25754 0 22:11:42 pts/1 0:00 grep slapd
$ dsadm start //$ODSEE_HOME/$ODSEE_INSTANCE
Failed to start Directory Server instance '//$ODSEE_HOME/$ODSEE_INSTANCE'
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |