Wallet and SSL certificate import
I am using 11.2.0.2 Oracle on AIX. I am trying to create a wallet and import SSL certificate into the wallet. I will use this wallet for my LDAP authentication from Oracle APEX application version 4.2.1 . Here are steps I am following
1) Set the wallet location in sqlnet.ora ENCRYPTION_WALLET_LOCATION
2) create the directory /oracle/product/11202/server/wallet1 manually
3) create the wallet from SQL Plus
alter system set encryption key identified by "*********";
I can see the wallet in OPEN state in v$encryption_wallet
Now I am importing the SSL certificate using the command
orapki wallet add -wallet /oracle/product/11202/server/wallet1 -trusted_cert -cert <<certificate.crt>> -pwd ********