how to import internal (private) certificate into wallet for OMS
Hi,
I need to secure Oracle Cloud Control with private certificate.
I've got a *.crt and a *.key file from our cert departement.
I've an existing wallet for apex, can I use this for this certificate ?
I've imported the *.crt file by using
--
orapki wallet add -wallet /OraHome/oracle/wallet -user_cert -cert emccprod2_fullchain.crt
and get the following message:
PKI-04006: No matching private key in the wallet.
Could not install user cert atemccprod2_fullchain.cer
Please add all trusted certificates before adding the user certificate
--
then I've tried
--
orapki wallet add -wallet /OraHome/oracle/wallet -trusted_cert emccprod2_fullchain.crt