I have to develop a web app that makes calls to web services. I use Jdeveloper for this. I have just a PFX file that I have imported in windows so I can view the WDSL of web service from a browser (Chrome in my case). I get the jks keystore from PFX version using this keytool -importkeystore -srckeystore original.pfx -srcstoretype pkcs12 -destkeystore generated.jks -deststoretype JKS .
Now I have to import this certificate some where in java_home (using keytool or maybe something else) to be used by jdeveloper wizards that access web services to authenticate to web services.
Many thanks, Aurel