Let's 免费证书手动申请方法

安装 Let's 免费证书服务

[*****]apt-get install certbot

申请证书HTTP方式 / DNS方式

[*****]certbot certonly --agree-tos -d aaa.com -d www.aaa.com --email admin@aaa.com --webroot -w /var/www/html/
[*****]certbot certonly --agree-tos -d aaa.com -d *.aaa.com --email admin@aaa.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory

更新删除

[*****]certbot renew
[*****]certbot delete

 

以上为新版代码

 

安装 Let's 免费证书服务
[*****]apt-get install certbot

申请证书
[*****]certbot certonly --agree-tos -d www.aaa.com -d aaa.com --email 123456@qq.com --webroot -w /var/www/html/

[*****]certbot certonly --agree-tos -d *.aaa.com -d aaa.com --email 123456@qq.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory

更新删除
[*****]certbot renew
[*****]certbot delete