You can do that in one command: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365. You will need to add -nodes if ...
確定! 回上一頁