From dad525173cf58f0a3a95feacc1d661dc766d0e87 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 3 Feb 2021 14:32:38 +0100 Subject: global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 19195b3..29ff999 100644 --- a/global-functions +++ b/global-functions @@ -257,7 +257,7 @@ :return true; } - :if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={ + :if ([ $CertificateAvailable "R3" ] = false) do={ $LogPrintExit error ("Downloading required certificate failed.") true; } -- cgit v1.2.3-54-g00ecf