mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
check-certificates: make renew notification silent
This commit is contained in:
parent
c93c6e1934
commit
9d5c566b1c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
"Fingerprint: " . ($CertNewVal->"fingerprint") . "\n" . \
|
||||
"Issuer: " . ([ $ParseKeyValueStore ($CertNewVal->"issuer") ]->"CN") . "\n" . \
|
||||
"Validity: " . ($CertNewVal->"invalid-before") . " to " . ($CertNewVal->"invalid-after") . "\n" . \
|
||||
"Expires in: " . [ $FormatExpire ($CertNewVal->"expires-after") ]);
|
||||
"Expires in: " . [ $FormatExpire ($CertNewVal->"expires-after") ]) "" "true";
|
||||
:log info ("The certificate " . ($CertVal->"name") . " has been renewed.");
|
||||
} on-error={
|
||||
:log debug ("Could not renew certificate " . ($CertVal->"name") . ".");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue