标签: python ssl-certificate pyopenssl
我有一个证书,我使用正则表达式删除了证书的开头和结尾。如何使用OpenSSL解码证书的序列号。
我有cli命令可以解码:
openssl x509 -serial -noout
如何从 Python