adopt all required certificate changes

This commit is contained in:
Christian Hesse 2024-08-19 14:42:29 +02:00
parent 2ef06e4533
commit 2cda1e9c4c
20 changed files with 252 additions and 1439 deletions

View file

@ -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;
}