mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-16 15:51:14 +02:00
global-functions: $CertificateDownload: be more verbose
This commit is contained in:
parent
d2fab050ba
commit
d519b70e65
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@
|
||||||
$CertificateNameByCN [ / certificate get $Cert common-name ];
|
$CertificateNameByCN [ / certificate get $Cert common-name ];
|
||||||
}
|
}
|
||||||
} on-error={
|
} on-error={
|
||||||
$LogPrintExit warning ("Failed imprting certificate!") false;
|
$LogPrintExit warning ("Failed imprting certificate with " . \
|
||||||
|
"CommonName \"" . $CommonName . "\"!") false;
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
:return true;
|
:return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue