mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use the new acme-v02 API, fixes the newAccount keyError issue in acme_tiny
This commit is contained in:
parent
a7f920a30c
commit
f7329a61e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue