标签: 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 - 仅作为模块。
请帮忙。