记录一次误删除localhost.key和localhost.cet恢复

 admin   2023-03-07 11:02   140 人阅读  0 条评论

先贴命令

openssl req -x509 -out localhost.crt -keyout localhost.key \
  -newkey rsa:2048 -nodes -sha256 \
  -subj '/CN=localhost' -extensions EXT -config <( \
   printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")

然后把文件复制到相关目录即可

localhost.key在/etc/pki/tls/private/目录下

localhost.crt在/etc/pki/tls/certs/目录下

就可以了

本文地址:https://liuchunjie.top/?id=524
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!

 发表评论


表情

还没有留言,还不快点抢沙发?