mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-05 07:34:30 +02:00
adopt all required certificate changes
This commit is contained in:
parent
2ef06e4533
commit
2cda1e9c4c
20 changed files with 252 additions and 1439 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue