aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-06-19 08:56:07 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-06-19 09:29:23 +0200
commit76dd069fa653ad9ed8f100f71124fc5027b159df (patch)
tree0a212a30e41299b6dbb8f9a4d26dad2eef763deb /global-functions.rsc
parentd01362dbaa352efccf4d64a5e0404b2d43060cd5 (diff)
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.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r--global-functions.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index 447d6e9..eb700ef 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -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.");
}