免费泛域名SSL证书
使用acme.sh配置泛域名证书 安装acme.sh 安装 curl https://get.acme.sh | sh -s email=youEmail@email.com 生成泛域名证书: 执行命令 acme.sh --issue --dns -d *.youDomin.com \ --yes-I-know-dns-manual-mode-enough-go-ahead-please 这时候会输出生成如下内容 Using CA: https://acme.zerossl.com/v2/DV90 Single domain='*.youDomin.com' Getting domain auth token for each domain Getting webroot for domain='*.youDomin.com' Add the following TXT record: Domain: '_acme-challenge.youDomin.com' TXT value: 'fdlkajflajfkdlJFKLDSAJFLKJDSLKJF' Please be aware that you prepend _acme-challenge. before your domain so the resulting subdomain will be: _acme-challenge.youDomin.com Please add the TXT records to the domains, and re-run with --renew....