I would like to reproduce this command using python. $ openssl req -newkey rsa:1024 -nodes -x509 -days 365 -out key2.pem
NOTE: calling the openssl binary directly is not a nice so开发者_JS百科lution.
I would like to reproduce this command using python. $ openssl req -newkey rsa:1024 -nodes -x509 -days 365 -out key2.pem
NOTE: calling the openssl binary directly is not a nice so开发者_JS百科lution.
精彩评论