mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-14 20:14:31 +02:00
global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now
This commit is contained in:
parent
55a8a984f7
commit
dad525173c
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={
|
:if ([ $CertificateAvailable "R3" ] = false) do={
|
||||||
$LogPrintExit error ("Downloading required certificate failed.") true;
|
$LogPrintExit error ("Downloading required certificate failed.") true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue