mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-06-03 17:22:40 +00:00
check-certificates: give the name used for fetch
This commit is contained in:
parent
22c3f70dab
commit
6aebf5720d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
|
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
|
||||||
} do={
|
} do={
|
||||||
:if (!($Err ~ "[Ss]tatus 404")) do={
|
:if (!($Err ~ "[Ss]tatus 404")) do={
|
||||||
$LogPrint warning $0 ("Failed fetching certificate: " . $Err);
|
$LogPrint warning $0 ("Failed fetching certificate by '" . $FetchName . "': " . $Err);
|
||||||
}
|
}
|
||||||
:error false;
|
:error false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue