From e927c6b08bf5b8d845dc34015fe8765fb8fa7376 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Sep 2022 15:41:15 +0200 Subject: global-functions: $GetMacVendor: switched to Let's Encrypt (R3) So let's check for the correct one, and drop the other. --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index e66415b..df286b5 100644 --- a/global-functions +++ b/global-functions @@ -383,7 +383,7 @@ :global LogPrintExit2; :do { - :if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={ + :if ([ $CertificateAvailable "R3" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading required certificate failed.") true; } :local Vendor ([ /tool/fetch check-certificate=yes-without-crl \ -- cgit v1.2.3-54-g00ecf