使用Let's Encrypt 申请免费通配符 SSL 证书
in Linux with 0 comment

使用Let's Encrypt 申请免费通配符 SSL 证书

in Linux with 0 comment

1、申请

# 下载 Certbot 客户端
$ wget https://dl.eff.org/certbot-auto
# 设为可执行权限
$ chmod a+x certbot-auto
# 换成你自己的域名
./certbot-auto certonly  -d "*.zhaobo1.cn" --manual --preferred-challenges dns-01  --server https://acme-v02.api.letsencrypt.org/directory

2、续期

certbot-auto renew
Responses