摘要: 转自: https://www.cnblogs.com/threegun/p/7130985.html 生成X509格式的CA自签名证书 # openssl req -new -x509 -keyout ca.key -out ca.crt 生成服务端的私钥(key文件)及csr文件 # opens 阅读全文
posted @ 2019-05-17 18:31 lily_z 阅读(4502) 评论(0) 推荐(0)