We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c23bd commit bf21716Copy full SHA for bf21716
root/defaults/dns-conf/dnspod.ini
@@ -1,5 +1,5 @@
1
-# Instructions: https://github.com/tengattack/certbot-dns-dnspod/blob/master/certbot_dns_dnspod/__init__.py#L20
+# Instructions: https://github.com/SkyLothar/certbot-dns-dnspod#create-a-credentials-file
2
# Obtain your own DNSPod API token at DNSPod console: https://console.dnspod.cn/account/token/token
3
-# Replace with your values
4
-dns_dnspod_email = [email protected]
+# Replace with your own email, id and token
+dns_dnspod_email = "[email protected]"
5
dns_dnspod_api_token = "12345,1234567890abcdef1234567890abcdef"
0 commit comments