Importing oracle trusted certificate into oracle wallets
you have to import the trusted certificate in the oracle database server.
- Create wallet
- Syntax: orapki wallet create -wallet
- $orapki wallet create -wallet ‘/home/oracle/admin/WALLETS’
- Enter password:
- Enter password again:
- copy/ftp the user trusted certificate to database server temp location
- /tmp/testwallet_ssl.cer
- To add a trusted certificate to an Oracle wallet:
- Syntax: orapki wallet add -wallet
-trusted_cert -cert - $orapki wallet add -wallet ‘/home/oracle/admin/WALLETS’ -trusted_cert -cert ‘/tmp/testwallet_ssl.cer’
- To view an Oracle wallet:
- Syntax: orapki wallet display -wallet
- $orapki wallet display -wallet ‘/home/oracle/product/WALLETS/oracle’
No comments:
Post a Comment