diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-26 23:02:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-26 23:04:05 +0100 |
commit | ca4e25283fa7a3c72d4b678cd0e5781f71cfed7e (patch) | |
tree | 87892cbd20b3f1d8911676c9cf15752b3b30ec47 /check-certificates | |
parent | d09baddac30b8221ed34db41b9f0536daf83a084 (diff) |
global-functions: clickable links in telegram notifications
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 d5c08b9..f3a8e99 100644 --- a/check-certificates +++ b/check-certificates @@ -91,7 +91,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; |