mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC CA-3" now
This commit is contained in:
parent
0d91445cca
commit
b0e52aa2d1
2 changed files with 167 additions and 1 deletions
|
@ -372,7 +372,7 @@
|
|||
:global LogPrintExit;
|
||||
|
||||
:do {
|
||||
:if ([ $CertificateAvailable "R3" ] = false) do={
|
||||
:if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={
|
||||
$LogPrintExit warning ("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