mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 12:24:28 +02:00
global-functions: $GetMacVendor: switched to Let's Encrypt (R3)
So let's check for the correct one, and drop the other.
This commit is contained in:
parent
a1af9577ca
commit
e927c6b08b
2 changed files with 1 additions and 167 deletions
|
@ -383,7 +383,7 @@
|
|||
:global LogPrintExit2;
|
||||
|
||||
:do {
|
||||
:if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={
|
||||
:if ([ $CertificateAvailable "R3" ] = false) do={
|
||||
$LogPrintExit2 warning $0 ("Downloading required certificate failed.") true;
|
||||
}
|
||||
:local Vendor ([ /tool/fetch check-certificate=yes-without-crl \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue