문제

I am trying to create a certificate from my issuer authority certificate that I purchased so that I can use it in a ClickOnce application.

I have a .pfx file that I know the password to. How do I create a certificate from this file that I can install into my personal certificates so that I can use it to publish this ClickOnce application with?

I have been looking at makecert.exe, but it does not seem to have found the right way to make this certificate.

Edit: If I selected the issuer certificate manually I will get this error in Visual Studio:

The selected certificate is not valid for code signing. Choose another certificate file

Which I know makes sense since these certificates aren't for this purpose. The question is: how do I make a certificate from this one that I can use instead?

도움이 되었습니까?

해결책

You can't. You have to have a code signing certificate to sign a ClickOnce deployment.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top