如何验证python和openssl中的本地Cert,Key和CACERT?

时间:2013-12-20 10:10:08

标签: python openssl ssl-certificate

我需要按位置验证这些文件:

ssl_cert =  "/opt/test/my.cert"
ssl_key =  "/opt/test/my.key"
ssl_cacert = "/opt/test/my.cacert"

验证必须不是在bash / sh下使用openssl - 仅作为模块。

请帮忙。

0 个答案:

没有答案