Let's Encrypt changed their intermediate certificates

https://letsencrypt.org/2024/03/19/new-intermediate-certificates
https://letsencrypt.org/certificates/

But let's keep the old ones around for now, as some sites are still
using the old intermediate.
This commit is contained in:
Christian Hesse 2024-06-19 08:56:07 +02:00
parent d01362dbaa
commit 76dd069fa6
8 changed files with 366 additions and 16 deletions

View file

@ -999,7 +999,7 @@
:global SymbolForNotification;
:global ValidateSyntax;
:if ([ $CertificateAvailable "E1" ] = false) do={
:if ([ $CertificateAvailable "E5" ] = false) do={
$LogPrint warning $0 ("Downloading certificate failed, trying without.");
}