Use the new acme-v02 API, fixes the newAccount keyError issue in acme_tiny

This commit is contained in:
Alexandre Aubin 2019-07-06 18:37:01 +02:00
parent a7f920a30c
commit f7329a61e9

View file

@ -65,7 +65,7 @@ VALIDITY_LIMIT = 15 # days
# For tests
STAGING_CERTIFICATION_AUTHORITY = "https://acme-staging.api.letsencrypt.org"
# For prod
PRODUCTION_CERTIFICATION_AUTHORITY = "https://acme-v01.api.letsencrypt.org"
PRODUCTION_CERTIFICATION_AUTHORITY = "https://acme-v02.api.letsencrypt.org"
INTERMEDIATE_CERTIFICATE_URL = "https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem"