n3wt0n / AzureWebAppSSLManager

Acquires and manages free SSL certificates for Azure Web App and Azure Functions applications.
MIT License
76 stars 29 forks source link

Find existing certs issued by the new Lets Encrypt Intermediate "R3" #30

Closed thecontrarycat closed 3 years ago

thecontrarycat commented 3 years ago

Add support for certificates generated by the new LetsEncrypt Intermediate Authority "R3".

See https://community.letsencrypt.org/t/beginning-issuance-from-r3/139018/3 for more details.

(Without this change we end up requesting a new certificate every time the function runs as it doesn't find the existing one)

n3wt0n commented 3 years ago

Thanks for this. I was not aware they were starting issuing with the R3 intermediary.

Good catch!