OpenSSL生成加密證書.cer和.pfx

linux自帶openssl,所以最好在linux平臺操作 第一步:生成採用des3算法保護的私鑰:openssl genrsa -des3 -out private-rsa.key 1024     命令執行過程中的提示信息Enter pass phrase 的含義是輸入用來保護私鑰文件的密碼(最好不要超過6位)。 第二步:生成公鑰證書:openssl  req -new -x509 -key
相關文章
相關標籤/搜索