aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-08-19 14:42:29 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-08-19 14:49:52 +0200
commit2cda1e9c4c3dd16c72c457e7ad2061da4992941f (patch)
tree5d8c8cd2eee92877b0af7ef4affb502abe138d10 /global-functions
parent2ef06e4533677594b68dd2734dcfd3ccbd6c1145 (diff)
adopt all required certificate changesrouteros-v6
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions6
1 files changed, 3 insertions, 3 deletions
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;
}