如何使用 openssl 验证 P12 证书?
谁能告诉我如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以找到一个代码示例:
- 使用密码打开 pkcs#12 文件
提取私钥和证书:
-在 openssl 源代码中
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 :