High Availbility

OS & Virtualization

Thursday, October 29, 2015

Importing oracle trusted certificate into oracle wallets

Importing oracle trusted certificate into oracle wallets

 
I am assuming user is created trusted certificate and hand over to you. As a oracle dba
 you have to import the trusted certificate in the oracle database server.
 
How to import user trusted certificate into oracle wallets
  1. Create wallet
    1. Syntax: orapki wallet create -wallet
  2. $orapki wallet create -wallet ‘/home/oracle/admin/WALLETS’
    1. Enter password:
    2.  Enter password again:
  3. copy/ftp the user trusted certificate to database server temp location
    1. /tmp/testwallet_ssl.cer
  4. To add a trusted certificate to an Oracle wallet:
    1. Syntax:  orapki wallet add -wallet -trusted_cert -cert
    2. $orapki wallet add -wallet ‘/home/oracle/admin/WALLETS’ -trusted_cert -cert ‘/tmp/testwallet_ssl.cer’
  5. To view an Oracle wallet:
    1.  Syntax:  orapki wallet display -wallet
    2. $orapki wallet display -wallet ‘/home/oracle/product/WALLETS/oracle’
 

Monday, October 26, 2015

some useful link

https://apexapps.oracle.com/pls/apex/f?p=44785:1:6886471140158490