OpenSSL生成CA證書.cer和.pfx-測試使用

第一步:生成採用des3算法保護的私鑰:openssl genrsa -des3 -out private-rsa.key 1024     命令執行過程中的提示信息Enter pass phrase 的含義是輸入用來保護私鑰文件的密碼(擔心忘記設置123456,太短不行) 第二步:生成公鑰證書:openssl  req -new -x509 -key private-rsa.key -days
相關文章
相關標籤/搜索