how to verify a P12 certificate using openssl?

别说谁变了你拦得住时间么 提交于 2019-12-12 21:34:34

问题


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


回答1:


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


来源:https://stackoverflow.com/questions/6750533/how-to-verify-a-p12-certificate-using-openssl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!