mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-02 17:24:51 +02:00
global-functions: $GetMacVendor: this requires Let's Encrypt "R3" now
This commit is contained in:
parent
eaea89112a
commit
55a8a984f7
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue