我可以使用 .spc 和 .pem 文件签署 .exe 文件吗?
签署 .exe 文件的步骤是什么?
我已经拥有 PKCS #7 证书(.spc 文件*),因为我已使用它来签署 .jar 文件
*但要求使用 keytool 和 .csr 文件,如下 http://help.godaddy.com/ Article/4780
具体问题是:
如何对 .exe 文件进行签名?如果这个 .spc 文件有效,或者我需要一个新的?
提前致谢
What are the steps to sign a .exe file?
I already have a PKCS #7 Certificate (.spc file*), because I've used it to sign .jar files
*but it was requested using the keytool with a .csr file as follows http://help.godaddy.com/article/4780
The specific question is:
How do I sign .exe files? and if this .spc file works or I need a new one?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所需要的只是 OpenSSL 和 signtool.exe。
All you need is OpenSSL and signtool.exe.