From 55a8a984f71b25c527b12b706d99956e27e6a090 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 3 Feb 2021 14:28:16 +0100 Subject: global-functions: $GetMacVendor: 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 7d3e4c5..19195b3 100644 --- a/global-functions +++ b/global-functions @@ -327,7 +327,7 @@ :global LogPrintExit; :do { - :if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={ + :if ([ $CertificateAvailable "R3" ] = false) do={ $LogPrintExit warning ("Downloading required certificate failed.") true; } :local Vendor ([ / tool fetch check-certificate=yes-without-crl \ -- cgit v1.2.3-54-g00ecf