Java EE 6 和 Certutil
我已经使用 GlassfishV3 安装了 Java EE 6。我想使用NSS工具来管理服务器的安全性,即使用certutil生成证书。但是我在 Glassfish 中找不到 NSS 库和工具。另一方面,我阅读了Java EE 6的文档,它说它仍然支持NSS!
有人知道这件事吗?
谢谢
I have installed Java EE 6 with GlassfishV3. I want to use NSS tools to manage the security of the server, i.e generating certificates using certutil. However I can't find the NSS library and tools in Glassfish. On the other hand, I read the documentations of Java EE 6 and it says that it still supports NSS!
Does anybody know about this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Linux 中有一个这样的工具,位于 /usr/bin/certutil 下。只需将证书添加到数据库中,以便您可以在之后列出证书。要添加由受信任的 CA 颁发的证书,只需在 Linux 中执行以下命令:
现在要获取已安装证书的列表,请发出如下命令:
There is one such tool in linux under /usr/bin/certutil. Just add a certificate to the database so you could list certificates after that. To add a certificate issued by a trusted CA just execute this command in linux:
Now to get a list of installed certificates issue a command like this: