开发者

How do I force makecert to output the private key to a file (not the Crypto store)?

I want to generate a key pair for use within my applications, but exporting them manually from the mmc is a pain.

How can I 开发者_运维技巧use commandline parameters, or otherwise end up with a private certificate that resides on the hard drive, suitable for later distribution?


Have a look at this article: http://msdn.microsoft.com/en-us/library/bfsktky3%28VS.80%29.aspx

Specifically, use the -sv option to save the private key to a file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜