mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
fw-addr-lists: define certificate use
This commit is contained in:
parent
876505c36d
commit
87787eefe3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
:if ([ :len ($List->"cert") ] > 0) do={
|
:if ([ :len ($List->"cert") ] > 0) do={
|
||||||
:set CheckCertificate true;
|
:set CheckCertificate true;
|
||||||
:if ([ $CertificateAvailable ($List->"cert") ] = false) do={
|
:if ([ $CertificateAvailable ($List->"cert") "fetch" ] = false) do={
|
||||||
$LogPrint warning $ScriptName ("Downloading required certificate (" . $FwListName . \
|
$LogPrint warning $ScriptName ("Downloading required certificate (" . $FwListName . \
|
||||||
" / " . $List->"url" . ") failed, trying anyway.");
|
" / " . $List->"url" . ") failed, trying anyway.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue