创建CSR创建和P7B生成后创建私钥

发布于 2025-02-06 09:25:45 字数 202 浏览 1 评论 0原文

我很难理解如何获得我要求的某些证书​​的私钥。

我已经使用Windows的Digicert证书实用程序创建了CSR,这给了我一个CSR.TXT文件作为输出,但没有.key文件。

然后,我通过将上述CSR插入我公司的证书管理门户网站,从而索取证书。 现在,我已经收到了P7B文件和相关的CSR,但是没有私有密钥:现在可以生成它吗?

提前致谢, 托马索

I'm having trouble understanding how to get/generate a private key for some certificates I requested.

I've created a CSR using the DigiCert Certificate Utility for Windows, which gave me a csr.txt file as an output but no .key file.

Then I proceeded to request the certificates by inserting the above mentioned CSR in the Certificate Management portal of my company.
Now I have received the p7b files and the related CSRs, but no private keys: is it possible to generate it now?

Thanks in advance,
Tommaso

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

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

发布评论

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

评论(1

你另情深 2025-02-13 09:25:46

使用Windows的Digicert证书实用程序的导入功能。该密钥存储在创建CSR的机器中的软件上。导入后,密钥和证书已关联,应在Windows证书存储中。如果键是用可导出的标志生成的,则可以导出PKCS#12并使用OpenSSL将其转换为密钥文件。

Use the import function of the DigiCert Certificate Utility for Windows. The key is stored on software in the machine where the CSR was created. After the import the key and the certificate are associated and should be in the Windows certificate Store. If the key was generated with the exportable flag, you can export a PKCS#12 and convert that to a key file using openSSL.

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