During implementation of Oracle Centrally Managed Users (CMU), the trusted certificate needs to be exported from Active Directory Server, then the following error message occurs :
c:\Windows\System32>certutil -ca.cert root.crt CertUtil: The system cannot find the file specified.
Subscribe to get access
Read more of this content when you subscribe today.
Now export Certificate again Successfully.
c:\Windows\System32>certutil -ca.cert root.crt CA cert[0]: 3 -- Valid CA cert[0]: -----BEGIN CERTIFICATE----- MIIDhzCCAm+gAwIBAgIQa3rP+dtgrqFJ/gFo/3hB9jANBgkqhkiG9w0BAQsFADBW ... .. . 41ZTwYcy4cntPwLHm6kTiWXKCMtYqf0poP5NUxjkiW3pf3IQnej4ZDCqLZ7a2JzJ J3HbajXZzMaMAI9TyvIhF795EqX+XYgCdjwsbiJ3RD/ObJqwBjJWwTjcJA== -----END CERTIFICATE----- CertUtil: -ca.cert command completed successfully. c:\Windows\System32>