Reputation: 9
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
Reputation: 4204
You need a certificate with a private key. That is usually the file extension *.pfx
.
Upvotes: 0