mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-24 18:48:37 +02:00
check-certificates: be more verbose when attempting to renew
This commit is contained in:
parent
5610926d0a
commit
f77213c6d0
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ $WaitFullyConnected;
|
|||
:if ([ :len $CertRenewUrl ] = 0) do={
|
||||
$LogPrintExit2 info $0 ("No CertRenewUrl given.") true;
|
||||
}
|
||||
$LogPrintExit2 info $0 ("Attempting to renew certificate " . ($CertVal->"name") . ".") false;
|
||||
|
||||
:foreach Type in={ ".pem"; ".p12" } do={
|
||||
:local CertFileName ([ $UrlEncode ($CertVal->"common-name") ] . $Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue