
certificate
禅剑一如
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tsl证书制作
一、自定义认证中心 1.创建根证书密钥文件 openssl genrsa -out ca.key 2048 2.创建自签名根证书 openssl req -x509 -sha256 -new -key ca.key -sha256 -days 3650 -out ca.crt 二、服务端 1. 创建服务端密钥 openssl genrsa -out server.key 2048 2. 创建服务端证书签名请求文件 openssl req -new -key server.key..原创 2020-09-02 18:34:11 · 801 阅读 · 0 评论 -
创建自签名证书命令异常记录
一、 1.1.异常情况:unable to load Private Key 6900:error:28078065:UI routines:UI_set_result_ex:result too small:crypto\ui\ui_lib.c:903:You must type in 4 to 1023 characters unable to load Private Key 6900...原创 2019-06-28 10:13:51 · 6597 阅读 · 1 评论