global-functions: $ScriptInstallUpdate: get new Let's Encrypt CA 'Root YE'

This commit is contained in:
Christian Hesse 2026-01-15 15:40:21 +01:00
parent 68a4ac942e
commit 9919b9fe76

View file

@ -1265,7 +1265,7 @@
:global SymbolForNotification;
:global ValidateSyntax;
:if ([ $CertificateAvailable "ISRG Root X2" "fetch" ] = false) do={
:if ([ $CertificateAvailable "Root YE" "fetch" ] = false) do={
$LogPrint warning $0 ("Downloading certificate failed, trying without.");
}