代码改变世界

随笔档案-2018年03月

openssl RSA证书签发命令

2018-03-07 11:28 by newbirth, 1099 阅读, 收藏,
摘要: 一、生成根证书 1. 创建根证书私钥 openssl genrsa -out ca.key 2048 2. 创建根证书申请文件 openssl req -new -key ca.key -out ca.csr -config openssl.cnf (-config openssl.cnf指定配置文 阅读全文