skip to content

Let's Encrypt
申请 Let`s Encrypt 通配符 SSL 证书

获取 Certbot 客户端

# 下载 Certbot 客户端
wget https://dl.eff.org/certbot-auto

# 设为可执行权限
chmod a+x certbot-auto

申请通配符证书

./certbot-auto certonly  -d "*.emotionl.fun" --manual --preferred-challenges dns-01  --server https://acme-v02.api.letsencrypt.org/directory

完这一步之后,请根据命令行的提示输入相应内容