global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now

This commit is contained in:
Christian Hesse 2021-02-03 14:32:38 +01:00
parent 55a8a984f7
commit dad525173c

View file

@ -257,7 +257,7 @@
:return true; :return true;
} }
:if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={ :if ([ $CertificateAvailable "R3" ] = false) do={
$LogPrintExit error ("Downloading required certificate failed.") true; $LogPrintExit error ("Downloading required certificate failed.") true;
} }