global-functions: $DownloadPackage: define certificate use

This commit is contained in:
Christian Hesse 2025-11-10 11:59:28 +01:00
parent db0a5bf33c
commit 8eb397f79f

View file

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