summaryrefslogtreecommitdiffstats
path: root/acme_dns_tiny.py
diff options
context:
space:
mode:
Diffstat (limited to 'acme_dns_tiny.py')
-rw-r--r--acme_dns_tiny.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/acme_dns_tiny.py b/acme_dns_tiny.py
index 1e5c505..adeb812 100644
--- a/acme_dns_tiny.py
+++ b/acme_dns_tiny.py
@@ -76,8 +76,7 @@ import dns
import dns.resolver as resolver
-ACME_DEFAULT_DIRECTORY = \
- 'https://acme-staging-v02.api.letsencrypt.org/directory'
+ACME_DEFAULT_DIRECTORY = 'https://acme-v02.api.letsencrypt.org/directory'
# consistent logging: global instance share accross all this module
log = logging.getLogger('acme_dns_tiny')