1) Create a wallet using below command
orapki wallet create -wallet client_wallet -auto_login -pwd "wallet password"
2) change permission for wallet
chmod 664 ewallet.p12
chmod 664 cwallet.sso
3) Convert jks file into wallet
orapki wallet jks_to_pcks12 -wallet client_wallet -pwd "wallet password" -keystore key.jks -jkspwd "wallet password"
3) Add Trust certificate into exisitng wallet
orapki wallet add -wallet "walletlocation" -pwd "wallet password" -trusted_cert -cert "certificatename.crt"
4) To display the certificates in wallet. Summary option means it will display onlycertificate details.
orapki wallet display -wallet "walletlocation" -pwd "wallet password" -summary
5) To display the certificates in wallet. Complete option means it will display complete certificate details.
orapki wallet display -wallet "walletlocation" -pwd "wallet password" -complete
6) To Remove certificate from exisitng wallet
orapki wallet remove -wallet "walletlocation" -pwd "wallet password" -trusted_cert -cert "certificatename.crt"
No comments:
Post a Comment