Hi,
My aim is to expose a BPEL process over HTTPS. I have a PFX file which contains a public and private key pair and as I understand, I have to import it to a wallet. The 3rd party service, which will call my BPEL process, has the corresponding public key.
I open Oracle Wallet Manager from /aiaapp/product/10.1.3.1/OracleAS_1/bin/owm and open the default wallet, located in /aiaapp/product/10.1.3.1/OracleAS_1/Apache/Apache/conf/ssl.wlt/default. Now I will have to "Import User Certificate". However, the Import User Certificate option in 'Operation' menu of OWM is not enabled.
I tried doing the same by running the command
>orapki wallet jks_to_pkcs12 -wallet ./ -pwd password -keystore ./ vivanewkeystore.jks -jkspwd viva123
But is says jks_to_pkcs12is not a valid command.
Please advise.
Regards,
Arindam