OpenSSL is so versatile, there's also a command to generate both your private key and CSR. openssl req -new \ -newkey rsa:2048 -nodes -keyout ...
確定! 回上一頁