使用Openssl,如何从公钥生成证书请求?

发布于 2024-12-11 23:05:57 字数 46 浏览 0 评论 0原文

使用 Openssl,如何仅从公钥开始创建证书请求? (无论是否以编程方式)。

With Openssl, how could I create a certificate request, starting only from a public key ? (programmatically or not).

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

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

发布评论

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

评论(2

拒绝两难 2024-12-18 23:05:57

使用 openssl 或任何其他软件在没有私钥的情况下无法生成 CSR,因为 CSR 必须使用相应的私钥进行签名。

It is not possible, using openssl or any other software, to generate a CSR without the private key because a CSR must be signed with the corresponding private key.

知你几分 2024-12-18 23:05:57

我认为 OpenSSL 不可能做到这一点,因为 CSR 始终使用私钥进行签名。但我发现了一个名为 PKIWidgets 的在线工具,它能够创建“独立”企业社会责任。

您还可以在企业社会责任常见问题解答<中找到更多信息/a>.

I don't think this is possible with OpenSSL, because the CSR is always signed with the private key. But I found an online tool called PKIWidgets which is able to create a "stand-alone" CSR.

You might also find more information in the CSR FAQ.

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