2

I got delivered a certificate from a company, and got the .cer file, however I am not able select from a .cer file but it needs a .pfx. Does anyone know how I can sign my clickonce application using a .cer file?

Derlux
  • 23
  • 3
  • [duplicate](http://stackoverflow.com/questions/808669/convert-a-cert-pem-certificate-to-a-pfx-certificate) –  Jul 24 '15 at 23:35

1 Answers1

0

You must use signtool.exe. I usually add a post build event to sign the release configuration output.

Elan Hasson
  • 1,214
  • 1
  • 19
  • 29