certbot-auth-dnspod icon indicating copy to clipboard operation
certbot-auth-dnspod copied to clipboard

Certbot DNS Authenticator For DNSPod

Results 2 certbot-auth-dnspod issues
Sort by recently updated
recently updated
newest added

对于`foo.com.cn`这样的域名正则表达式匹配可能有点问题,`$(expr match "$CERTBOT_DOMAIN" '.*\.\(.*\..*\)')` 只会匹配出 `com.cn`

![image](https://user-images.githubusercontent.com/30106688/108586985-4f6b9b80-738c-11eb-878a-d4600c996d9d.png) 务必注意上图信息中的 ID 和 Token,需要用这两个字段来组合成一个完整的 Token,组合方式为:”ID,Token”(用英文半角逗号分割),比如说本示例中,完整的 Token 为:13490,6b5976c68aba5b14a0558b77c17c3932 。得到完整的 Token 之后,调用方式如下 curl http://dnsapi.cn/Domain.List -d “login_token=13490,6b5976c68aba5b14a0558b77c17c3932&format=json”