美文网首页
生成sha256自签名证书

生成sha256自签名证书

作者: shiyuwudi | 来源:发表于2022-07-28 14:19 被阅读0次
# 生成
openssl req -x509 -nodes -sha256 -days 365 -newkey rsa:2048 -keyout techglimpse.com.key -out techglimpse.com.crt
# 校验
openssl x509 -noout -text -in techglimpse.com.crt
# 把techglimpse.com替换成自己网站的名字或者其他内容

相关文章

网友评论

      本文标题:生成sha256自签名证书

      本文链接:https://www.haomeiwen.com/subject/uuhqwrtx.html