mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $GetMacVendor: this requires Let's Encrypt "R3" now
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
:global LogPrintExit;
|
||||
|
||||
:do {
|
||||
:if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={
|
||||
:if ([ $CertificateAvailable "R3" ] = false) do={
|
||||
$LogPrintExit warning ("Downloading required certificate failed.") true;
|
||||
}
|
||||
:local Vendor ([ / tool fetch check-certificate=yes-without-crl \
|
||||
|
Reference in New Issue
Block a user