在 https://acme.sh v2.3.3 中, 我们终于支持 Godaddy api 啦.
如果你的域名在 godaddy 解析的话, 可以全自动 生成证书啦.
用法: 先到你的账户中创建 api key 和 secret
https://developer.godaddy.com/keys/
然后:
export GD_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export GD_Secret="asdfsdafdsfdsfdsfdsfdsafd"
acme.sh --issue --dns dns_gd -d aa.com -d www.aa.com
求 star