如何在 Windows 7 下将 PFX 代码签名密钥导出到 SPC 和 PVK?

发布于 2024-08-25 10:05:08 字数 552 浏览 2 评论 0原文

我有一个 PFX 格式的代码签名密钥,需要将其导出到 SPC 和 PVK 文件中。我尝试从 Shining light 安装 OpenSSL,但在 Windows 7 下安装失败。

http://www .shininglightpro.com/products/Win32OpenSSL.html

以下是我使用 Comodo 的说明作为基础: https://support.comodo.com/index.html php?_m=knowledgebase&_a=viewarticle&kbarticleid=1089

有人知道执行此操作的替代方法吗?

I have a code signing key in PFX format that I need to export into SPC and PVK files. I tried to install the OpenSSL from Shining light but the install fails under Windows 7.

http://www.shininglightpro.com/products/Win32OpenSSL.html

Here are the instructions I am using from Comodo as a basis:
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=1089

Anyone know of an alternate way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寻梦旅人 2024-09-01 10:05:08

我使用了这里的说明:

http://help.godaddy.com/article/6034

你仍然不过需要 openssl,我想你需要解决这个问题。

蒂姆

I used the instructions here:

http://help.godaddy.com/article/6034

You still need openssl though, I guess you need to fix that.

Tim

笨笨の傻瓜 2024-09-01 10:05:08

来自@timanderson 的链接对我来说非常有用。 2 注意:

  • 我的 Firefox 保存的 pkcs12 文件的扩展名为 p12 而不是 pfx。
  • 如果您需要没有密码的 pvk,请将标志 -nocrypt 添加到 pvk。

Link from @timanderson worked great for me. 2 notes:

  • My Firefox saves the pkcs12 file with extension p12 and not pfx.
  • If you need a pvk without password, add the flag -nocrypt to pvk.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文