摘要: 1、生成x509格式的CA自签名证书 openssl req -new -x509 -keyout ca.key -out ca.crt 2、生成服务端的私钥(key文件)及申请证书文件csr文件 openssl genrsa -des3 -out server.key 1024 openssl r 阅读全文
posted @ 2016-05-24 20:43 成风魄郎 阅读(1483) 评论(0) 推荐(1) 编辑