如何使用 Google Chrome 和 IE 中的代码签名证书(而不是来自证书颁发机构)对 ActiveX 控件 cab 文件进行签名?
我正在尝试在 Google Chrome 和 Internet Explorer 8.0 上对打包 .dll 和 .ocx 文件的 .cab 文件进行签名和证书。
为了了解如何操作,我查阅了 MSDN libary:它说:“您通过从证书颁发机构购买证书来提供数字签名。证书颁发机构是验证您的身份并向您颁发证书的公司。”。
但我知道从证书颁发机构购买证书是需要付费的,对吧?
如果那样的话,我不想要它。如您所知,我想要一个免费的,但我没有条件购买它。
如果有人知道如何做到这一点,而不是从证书颁发机构,而是仅使用自己的根证书,请告诉我。
I am trying to sign and certificate a .cab file packaging .dll and .ocx files on Google Chrome and Internet Explorer 8.0.
In order to find out how to do, I've consulted the MSDN libary: it says, "You provide a digital signature by purchasing a certificate from a certificate authority. A certificate authority is a company that validates your identity and issues a certificate to you.".
But I know that it needs to pay to purchase a certificate from a certificate authority, right?
If then, I don't want it. As you know, I'd like a free one and I am not in a condition for purchasing it.
If is there anyone who knows how to do it not from a certificate authority, but only using own root certificate, please inform me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您为能够进行辅助代码的特权付出了代价。这是他们“证明”您值得信赖的概念的基础。
这个线程可能是你能得到的最接近的,人们正在寻找开源项目的证书。
You pay for the privilege of being able to side code. It's fundamental to their concept of "certifying" you as being trustworthy.
This thread is probably as close is you're going to get, where people are looking for certificates for open source projects.