mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
global-functions: $DownloadPackage: define certificate use
This commit is contained in:
parent
db0a5bf33c
commit
8eb397f79f
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={
|
:if ([ $CertificateAvailable "ISRG Root X1" "fetch" ] = false) do={
|
||||||
$LogPrint error $0 ("Downloading required certificate failed.");
|
$LogPrint error $0 ("Downloading required certificate failed.");
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue