Tuesday 14 September 2021

Create and import cetificate to oracle database wallet

 orapki wallet create -wallet '/u01/app/oracle/product/19.0.0/dbhome_1/wallet'


orapki wallet add -wallet '/u01/app/oracle/product/19.0.0/dbhome_1/wallet' -trusted_cert -cert '/tmp/WHATSAPP.cer'



orapki wallet display -wallet '/u01/app/oracle/product/19.0.0/dbhome_1/wallet'

1. Create wallet


Syntax: orapki wallet create -wallet <wallet_location>


$orapki wallet create -wallet ‘/home/oracle/admin/WALLETS’

Enter password:

Enter password again:


2. copy/ftp the user trusted certificate to database server temp location


/tmp/testwallet_ssl.cer

3. To add a trusted certificate to an Oracle wallet:


Syntax:  orapki wallet add -wallet <wallet_location> -trusted_cert -cert <certificate_location>


$orapki wallet add -wallet ‘/home/oracle/admin/WALLETS’ -trusted_cert -cert ‘/tmp/testwallet_ssl.cer’


4. To view an Oracle wallet:

Syntax:  orapki wallet display -wallet <wallet_location>


$orapki wallet display -wallet ‘/home/oracle/product/WALLETS/oracle’

No comments:

Post a Comment

Number of Visitors