global-functions: $DownloadPackage: define certificate use

This commit is contained in:
Christian Hesse 2025-11-10 11:59:28 +01:00
parent be77cf1ca5
commit 5542294e1f

View file

@ -404,7 +404,7 @@
:return true; :return true;
} }
:if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={ :if ([ $CertificateAvailable "ISRG Root X1" "fetch" ] = false) do={
$LogPrint error $0 ("Downloading required certificate failed."); $LogPrint error $0 ("Downloading required certificate failed.");
:return false; :return false;
} }