I have created a web service client.I have been provided with a certificate "Certificate.Security.pfx" file, which I have placed on my local system.
I am looking for a java code example which shows how to access a secure web service over SSL using a PFX certificate.
I don't have any other details and this is my first time working with a certificate based web service. Browsing through the internet, somewhere I found I need to change it to "JKS". Is that true?
Thanks, Paul