diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
commit | 17d7678e2dbd641cf6f2a6950709cfc2ad9ea129 (patch) | |
tree | 71a726ebf734619048690fd79d2a472042b57ac8 /check-certificates | |
parent | e7c2a7745a7aa6b252091c144a7bd66055b6434e (diff) |
global-functions: drop support for attachment in notification e-mail
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates index e54b915..39b7e2c 100644 --- a/check-certificates +++ b/check-certificates @@ -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; |