How to export ECC key and Cert from NSS DB and import into JKS keystore and Oracle Wallet
- by mv
How to export ECC key and Cert from NSS DB and import into JKS keystore and Oracle Wallet
In this blog I will write about how to extract a cert and key from NSS Db and import it to a JKS Keystore and then import that JKS Keystore into Oracle Wallet.
1. Set Java Home
I pointed it to JRE 1.6.0_22
$ export…