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