Skip to content

Commit

Permalink
Merge pull request #63 from Spredzy/issue-62
Browse files Browse the repository at this point in the history
Certificate: Roll-out from X3 intermediate to R3
  • Loading branch information
Spredzy authored Jan 11, 2021
2 parents 3e6a702 + 594ea22 commit 760c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecm/certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
LOG = logging.getLogger(__name__)

_INTERMEDIATE_CERTIFICATE_URL = \
'https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem'
'https://letsencrypt.org/certs/lets-encrypt-r3-cross-signed.pem'

_STAGING_URL = \
'https://acme-staging.api.letsencrypt.org'
Expand Down

0 comments on commit 760c4f2

Please sign in to comment.