diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-03 14:28:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-03 14:28:16 +0100 |
commit | 55a8a984f71b25c527b12b706d99956e27e6a090 (patch) | |
tree | 47f11cf23a1af4910b14ca2b181564b49a02f102 | |
parent | eaea89112ab0b700c4b6b459eb31d8931159ce38 (diff) |
global-functions: $GetMacVendor: this requires Let's Encrypt "R3" now
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |