aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-04-11 10:19:46 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-04-11 10:19:46 +0200
commit20d7020fe3a2f1e2149fa051526982f9910b67fa (patch)
treefde81cabce65a04c1bfd5cae987f5d82ee5f4571
parentea94b7598ef20069757a5ced411d2250776560a4 (diff)
check-certificates: do not send notification for templates
-rw-r--r--check-certificates2
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 ];