From 2cda1e9c4c3dd16c72c457e7ad2061da4992941f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 19 Aug 2024 14:42:29 +0200 Subject: adopt all required certificate changes --- global-functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index e40e384..172173e 100644 --- a/global-functions +++ b/global-functions @@ -282,7 +282,7 @@ :return true; } - :if ([ $CertificateAvailable "R3" ] = false) do={ + :if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={ $LogPrintExit2 error $0 ("Downloading required certificate failed.") true; } @@ -401,7 +401,7 @@ :global LogPrintExit2; :do { - :if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={ + :if ([ $CertificateAvailable "GTS Root R4" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading required certificate failed.") true; } :local Vendor ([ / tool fetch check-certificate=yes-without-crl \ @@ -711,7 +711,7 @@ :global SymbolForNotification; :global ValidateSyntax; - :if ([ $CertificateAvailable "R3" ] = false) do={ + :if ([ $CertificateAvailable "ISRG Root X2" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false; } -- cgit v1.2.3-70-g09d2