如何使用 openssl 验证 P12 证书?

发布于 2024-11-25 08:34:59 字数 53 浏览 2 评论 0原文

谁能告诉我如何使用 openssl 验证基于密码的 P12 文件?逻辑或示例代码会很有帮助。

Can anyone tell me how to verify the Password-based P12 file using openssl? Logic or sample code will be much helpful.

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

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

发布评论

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

评论(1

谁许谁一生繁华 2024-12-02 08:34:59

您可以找到一个代码示例:
- 使用密码打开 pkcs#12 文件
提取私钥和证书:

-在 openssl 源代码中

./demos/pkcs12/pkread.c

You can find a code sample that :
- opens a pkcs#12 file with password
- extracts the private key and certificates

in the openssl source code at :

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