如何创建用于对象签名的自签名证书?
我正在尝试自己创建一个对象签名证书,而不是向 Verisign 或其他一些公司支付数百美元。我使用的是linux(特别是64位OpenSUSE 11.1),所以如果我能在那个环境中创建它那就最好了。我已经成功为 Apache 创建了自签名证书,用于使用 openssl 进行 https 连接。但是,我找不到需要做些什么来使其成为特殊的“对象签名”证书。
具体来说,我需要一个对象签名证书来对一些 javascript 代码进行数字签名,以便它可以使用额外的权限。 Mozilla javascript 签名的描述如下: http://www.mozilla.org/projects/security/components/signed -scripts.html#signing,但是描述对象签名基础知识的链接已失效。
如果您能提供有关 apache https ssl 证书和对象签名证书之间的差异的任何帮助,或者有关使用 openssl 或其他类似实用程序的操作步骤或常见问题解答或其他内容的帮助,我们将不胜感激。
I am trying to create an object-signing certificate myself instead of paying Verisign or some other company hundreds of dollars. I am using linux (specifically 64bit OpenSUSE 11.1) so it would be best if I could create it in that environment. I have successfully created self-signed certificates for Apache to use for https connections using openssl. However, I cannot find what I need to do different to make it this special "object-signing" certificate.
Specifically I need an object-signing certificate to digitally sign some javascript code so that it can use extra privileges. Mozilla javascript signing is described here : http://www.mozilla.org/projects/security/components/signed-scripts.html#signing, however the link that says it describes the basics of object signing is dead.
Any help would be appreciated on the differences between an apache https ssl cert and an object-signing cert, or a how-to or faq or something on the steps to take using openssl or some other similar utility.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.wlug.org.nz/JavaScript
这应该创建一个签名证书:
Signtool -d ~/.mozilla -p 密码 -G 证书名称
http://www.wlug.org.nz/JavaScript
This should create a signing certificate :
signtool -d ~/.mozilla -p password -G certname