Haji
Haji

Reputation: 9

Signing certificate issue

I have a certificate (certificate.cer). When I select this certificate from visual studio project properties Signing tab. It generates error "Selected file does not contain a private key you must choose a certificate that contains a private key". Please help in this context.

Thank you in advance.

Upvotes: 0

Views: 26

Answers (1)

Daniel Fisher  lennybacon
Daniel Fisher lennybacon

Reputation: 4204

You need a certificate with a private key. That is usually the file extension *.pfx.

Upvotes: 0

Related Questions