新增 acme-dns 的 dns challenge方式,用于验证域名所有权。 目前使用dns供应商来验证dns需要将供应商的apikey保存在allinssl,在某些情况下可能不方便,比如在一个共享服务器上。 acme-dns通过在dns供应商处添加一条cname记录即可进行dns验证,无须上传敏感密钥。参考:[acme-dns](https://github.com/acme-dns/acme-dns)
新增 acme-dns 的 dns challenge方式,用于验证域名所有权。
目前使用dns供应商来验证dns需要将供应商的apikey保存在allinssl,在某些情况下可能不方便,比如在一个共享服务器上。
acme-dns通过在dns供应商处添加一条cname记录即可进行dns验证,无须上传敏感密钥。参考:acme-dns