diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-24 21:48:36 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:48:36 +0100 |
commit | b0e52aa2d1baa78fc9d025c0671fea8babba0ec2 (patch) | |
tree | 4bb520008e1a8e6a280d239ee0f51412f4d4b1ed /global-functions | |
parent | 0d91445cca3cac1f9e13f5d51f433a5c74a70a25 (diff) |
global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC CA-3" now
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |