1、acme 自动签发证书,以godaddy为例
acme.sh --issue -d www.example.com --dns dns_gd
2、acme自动发布证书,以nginx为例
acme.sh --install-cert -d www.example.com \ --key-file /root/private.key \ --fullchain-file /root/mycert.crt \ --reloadcmd "nginx -s reload"