I have a .NET application that I want to use as a client to call an SSL SOAP web service. I have been supplied with a valid client certificate called foo.pfx
. T
Turns out that I was trying to create a certificate from the .pfx instead of the .cer file.
Lesson learned...