git clone --depth 1 https://github.com/acmesh-official/acme.sh.git
cd acme.sh
配置阿里云的key
export Ali_Key="<key>"
export Ali_Secret="<secret>"
./acme.sh --issue --dns dns_ali -d example.com -d *.example.com
如果是腾讯云,则是
export Tencent_SecretId="<Your SecretId>"
export Tencent_SecretKey="<Your SecretKey>"
./acme.sh --issue --dns dns_tencent -d example.com -d *.example.com
其他域名提供商,可以查询这里文档:
https://github.com/acmesh-official/acme.sh/wiki/dnsapi
1877

被折叠的 条评论
为什么被折叠?



