diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-12 15:41:15 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-13 15:18:28 +0200 |
commit | e927c6b08bf5b8d845dc34015fe8765fb8fa7376 (patch) | |
tree | 182e38409e5664a003c03e7d64f552f91669fe6f /global-functions | |
parent | a1af9577ca2e1300aa920ff5b05cd4a4492f5f88 (diff) |
global-functions: $GetMacVendor: switched to Let's Encrypt (R3)
So let's check for the correct one, and drop the other.
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 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 \ |