勤奋玫瑰

文章
3
资源
0
加入时间
4年2月6天

ssl证书之certbot

一.安装1.下载压缩包:#wget https://github.com/certbot/certbot/archive/master.zip2.解压包3.官方文档https://github.com/certbot/certbot二.创建证书创建的证书有90天的有效期,过期后需要续期1.创建单个证书./certbot-auto certonly --webroot ...