导出 SSL 证书

发布于 2024-09-08 17:01:03 字数 106 浏览 2 评论 0原文

Sun Web Server 7 中的管理界面是否支持导出 SSL 证书?

如果是这样,怎么办?请提供一个参考......

如果没有,有人可以指出我存储证书的位置吗?

Does the Admin Interface in Sun Web Server 7 support exporting SSL certificates?

If so, how? Please provide a reference.....

If not, could someone point me to the location where the certs are stored?

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

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

发布评论

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

评论(1

掌心的温暖 2024-09-15 17:01:03

虽然它不使用管理界面,但 certutil 命令可以导出带有证书的 PEM 文件:

certutil -n nickname -d . -L -a -o myPEMfile

从 Sun Webserver 文件夹的 alias 子目录执行。

While it doesn't use the admin interface, the certutil command can export a PEM file with the certificate:

certutil -n nickname -d . -L -a -o myPEMfile

executed from the alias sub-directory of the Sun Webserver folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文