生成证书记录

1
./acme.sh --issue -d *.example.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please

upload successful

在域名解析中手动添加TXT记录


upload successful

验证解析生效

1
nslookup -q=TXT _acme-challenge.devopsing.site

重新生成证书 (按需求使用)

1
./acme.sh --renew -d *.example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please


upload successful