From b0e52aa2d1baa78fc9d025c0671fea8babba0ec2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 24 Feb 2021 21:48:36 +0100 Subject: global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC CA-3" now --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index 32ef6ba..b6748f6 100644 --- a/global-functions +++ b/global-functions @@ -372,7 +372,7 @@ :global LogPrintExit; :do { - :if ([ $CertificateAvailable "R3" ] = false) do={ + :if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={ $LogPrintExit warning ("Downloading required certificate failed.") true; } :local Vendor ([ / tool fetch check-certificate=yes-without-crl \ -- cgit v1.2.3-54-g00ecf