diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-11 10:19:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-11 10:19:46 +0200 |
commit | 20d7020fe3a2f1e2149fa051526982f9910b67fa (patch) | |
tree | fde81cabce65a04c1bfd5cae987f5d82ee5f4571 /check-certificates | |
parent | ea94b7598ef20069757a5ced411d2250776560a4 (diff) |
check-certificates: do not send notification for templates
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 4fd90fe..15e14ea 100644 --- a/check-certificates +++ b/check-certificates @@ -91,7 +91,7 @@ } } -:foreach Cert in=[ / certificate find where !revoked expires-after<2w ] do={ +:foreach Cert in=[ / certificate find where !revoked expires-after<2w fingerprint~"."] do={ :local CertName [ / certificate get $Cert name ]; :local CommonName [ / certificate get $Cert common-name ]; :local FingerPrint [ / certificate get $Cert fingerprint ]; |