mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
global-functions: drop support for attachment in notification e-mail
This commit is contained in:
parent
e7c2a7745a
commit
17d7678e2d
6 changed files with 12 additions and 15 deletions
|
@ -98,7 +98,7 @@ $WaitFullyConnected;
|
|||
"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") ]) "" "" "true";
|
||||
"Expires in: " . [ $FormatExpire ($CertNewVal->"expires-after") ]) "" "true";
|
||||
$LogPrintExit info ("The certificate " . ($CertVal->"name") . " has been renewed.") false;
|
||||
} on-error={
|
||||
$LogPrintExit debug ("Could not renew certificate " . ($CertVal->"name") . ".") false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue