Skip to content

Commit e927c6b

Browse files
committed
global-functions: $GetMacVendor: switched to Let's Encrypt (R3)
So let's check for the correct one, and drop the other.
1 parent a1af957 commit e927c6b

File tree

2 files changed

+1
-167
lines changed

2 files changed

+1
-167
lines changed

certs/Cloudflare Inc ECC CA-3.pem

Lines changed: 0 additions & 166 deletions
This file was deleted.

global-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
:global LogPrintExit2;
384384

385385
:do {
386-
:if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={
386+
:if ([ $CertificateAvailable "R3" ] = false) do={
387387
$LogPrintExit2 warning $0 ("Downloading required certificate failed.") true;
388388
}
389389
:local Vendor ([ /tool/fetch check-certificate=yes-without-crl \

0 commit comments

Comments
 (0)