使用OpenSSlfrom OpenSSL import crypto# path表示证书路径,file_name表示证书文件名cert_file = '/path/file_name/'cert_file = '/path/to/your/certificate'cert = crypto.load_ce......
[root@nginx ~]# wget https://www.openssl.org/source/openssl-1.1.0g.tar.gz[root@nginx ~]# tar -zvxf openssl-1.1.0g.tar.gz[root@nginx ~]# cd openssl-1.1.0g[...