certbot申请通配符域名证书
certbot官网下载certbot# 下载certbot-autowget -c https://dl.eff.org/certbot-auto -P /usr/local/bin# 设置可执行权限chmod +x /usr/local/bin/certbot-auto# 查看版本,第一次运行certbot-auto会安装依赖certbot-auto --version申请证书certbot-auto certonly -d *.example.com --manual --pr.