openssl genrsa -out key.pem -des3 2048; genpkey; 這個指令可以產生的金鑰種類比較多,但我只用到RSA, 輸出格式可以設定為PEM 或DER
確定! 回上一頁