Spec:
Unix,
Oracle 12c cc
Oracle 11g database
I am trying to import a certificated created by our Unix team to address current CVE initiative.
Got the certificate with the following name oem.prod.namd.com.pfx
Using Oracle document (Doc ID 1399293.1), I am suppose to use the following command:
OMS_ORACLE_HOME>/bin>./emctl secure oms -wallet /home/oracle/wallets -trust_certs_loc /home/oracle/wallets/trusted_certs.txt
My question is do I have to change the certificate to a text file in order to upload it to OMS? As you can see, my file extension is .pfx, not txt.
Any real life example or input will be appreciated.
Thanks,