0

I have a WCF client with customBinding and mtomSOAPMessage Soap11. I got a certificate in P7B format from CA which was requested using a CSR generated using OpenSSL. I see this p7b certificate doesn't have a private key linked.

How do I point my WCF configuration to this certificate for signing messages with private key?

user2596613
  • 67
  • 1
  • 9
  • You have to merge CA response (p7b) with private key generated by OpenSSL during request generation: http://stackoverflow.com/questions/6307886/how-to-create-pfx-file-from-cer-certificate-and-private-key – Crypt32 Feb 15 '16 at 20:27
  • So I have to get cer from p7b and using openssl generate pfx? – user2596613 Feb 16 '16 at 03:35
  • Exactly. Further, you should use native tools on Windows (certreq.exe) OS, instead of OpenSSL. – Crypt32 Feb 16 '16 at 05:30

0 Answers0