Spredzy / lecm

Let's Encrypt Certificate Manager
Apache License 2.0
41 stars 10 forks source link

Stop using deprecated intermediate certificates #69

Closed fcharlier closed 2 years ago

fcharlier commented 3 years ago

Lecm currently concatenates an intermediate cert lets-encrypt-r3-cross-signed.pem which is deprecated and expires on September 29, 2021.

In addition, Let's Encrypt now returns the full chain along with the certificate, adding hardcoded intermediate is not even necessary anymore.

This change does the following:

Also use PyYaml SafeLoader instead of FullLoader to avoid warnings & support older releases of PyYaml.

sbadia commented 2 years ago

Oh thanks @fcharlier for this !