mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 17:24:30 +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 ];
|
||||
}
|
||||
} on-error={
|
||||
$LogPrintExit warning ("Failed imprting certificate!") false;
|
||||
$LogPrintExit warning ("Failed imprting certificate with " . \
|
||||
"CommonName \"" . $CommonName . "\"!") false;
|
||||
:return false;
|
||||
}
|
||||
:return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue