Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 python 重现这个命令。$ openssl req -newkey rsa:1024 -nodes -x509 -days 365 -out key2.pem
注意:直接调用 openssl 二进制文件不是一个好的解决方案。