문제

I ordered a verisign code signing certificate (microsoft authenticode) and I now have a .cer file that has my certificate.

I have checked the signtool.exe documentation and I now require a .pfx file. How do I get the .pfx file and how do I get my private key (.pvk file)?

도움이 되었습니까?

해결책

you get this file from verisign on any other provider. they usually install the certificate on your machine and you need to export it as pfx to use it with signtool.

Use MMC and add the Certificate snap-in to do it.

You will find a detailed help in your certificate provider site. make sure you've bought a code signing certificate.

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