Create a self signed X509 certificate in Python

前端 未结 3 1900
时光说笑
时光说笑 2020-12-13 20:15

I followed this url to create a X509 certificate. And the code is:

from OpenSSL import crypto, SSL
from socket import gethostname
from pprint import pprint
f         


        
3条回答
提交回复
热议问题