安装ACME
curl https://get.acme.sh | sh -s email=my@example.com
申请证书
acme.sh --issue --dns -d *.example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please
验证解析记录
host -t txt _acme-challenge.example.com
自测通过后签发证书
acme.sh --renew --dns -d *.example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please