You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


常规情况下我们需要添加腾讯云的dns APIKey来自动签发证书


export Tencent_SecretId="AKID7B3Sjuug****"
export Tencent_SecretKey="by71gARTGn*****"
~/.acme.sh/acme.sh --issue --server google --dns dns_tencent -d zhengyu1992.cn -d *.zhengyu1992.cn --force

如果我们不是域名的拥有者,需要其他第三方辅助添加dns记录,用以下命令

~/.acme.sh/acme.sh --issue --server google  --manual -d uenpay.com -d *.uenpay.com



  • No labels