Database Security Products (MOSC)
MOSC Banner

Wallet and SSL certificate import

edited Dec 20, 2017 12:54PM in Database Security Products (MOSC) 2 commentsAnswered

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 ********

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center