lemur/lemur/plugins/lemur_acme
Hossein Shafagh d5ae45a0d0 Let's Encrypt has been using a cross-signed intermediate CA by DST Root CA X3, which is included in any older devices' TrustStore.
https://letsencrypt.org/certificates/

Let's Encrypt is transitioning to use the intermediate CA issued by their own root (ISRG X1) starting from September 29th 2020. This is in preparation of concluding the initial bootstrapping of their CA, by having it cross-signed by an older CA.
https://letsencrypt.org/2019/04/15/transitioning-to-isrg-root.html

This PR allows Lemur to pin to the cross-signed ICA (same public/private key pair as the ICA signed by ISRG X1). This will prolong support for incompatible systems.
2020-07-14 17:35:13 -07:00
..
tests Remove f from non-f string 2020-07-02 16:48:41 +02:00
__init__.py Black lint all the things 2019-05-16 07:57:02 -07:00
cloudflare.py Black lint all the things 2019-05-16 07:57:02 -07:00
dyn.py metric tags, to be able to track which domains where failing during the LetsEncrypt domain validation 2019-07-25 18:56:28 -07:00
plugin.py Let's Encrypt has been using a cross-signed intermediate CA by DST Root CA X3, which is included in any older devices' TrustStore. 2020-07-14 17:35:13 -07:00
powerdns.py updating _get_txt_records return values and docstrings 2020-04-05 21:46:33 -07:00
route53.py fixing the private DNS zone issue. 2020-04-24 15:48:06 -07:00
ultradns.py Changed string formatting from "{}".format() to f"{}" for consistency 2019-07-31 14:19:49 -07:00