生成并提交 csr 后可以删除 ssl 密钥上的密码吗?

发布于 2024-11-09 16:18:36 字数 94 浏览 0 评论 0原文

我想删除生成的 SSL 密钥上的 SSL 密码,但我已经从密码密钥生成了 CSR。如果删除密码,是否需要再次重新生成 CSR,或者 crt 是否可以使用未加密的密钥正常工作?

I'd like to remove the SSL passcode on a generated SSL key but I've already generated the CSR from the pass-coded key. If I remove the passcode do I need to regenerate the CSR again or will the crt work fine with the un-pass-coded key?

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

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

发布评论

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

评论(1

∞梦里开花 2024-11-16 16:18:36

密码不是证书的属性,而是容器格式的属性。因此您可以安全地将私钥转换为其他格式或删除密码。

The passcode is not a property of the certificate, but a property of the container format. So you can safely convert the private key to other format or remove the passcode .

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