aboutsummaryrefslogtreecommitdiffstats
path: root/check-certificates
diff options
context:
space:
mode:
Diffstat (limited to 'check-certificates')
-rw-r--r--check-certificates2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates
index 0d0ea55..603d7f2 100644
--- a/check-certificates
+++ b/check-certificates
@@ -26,7 +26,7 @@
:return [ $CharacterReplace [ $CharacterReplace [ :tostr $1 ] "w" "w " ] "d" "d " ];
}
-:foreach Cert in=[ / certificate find where !revoked expires-after<3w ] do={
+:foreach Cert in=[ / certificate find where !revoked !ca expires-after<3w ] do={
:local CertName [ / certificate get $Cert name ];
:local CommonName [ / certificate get $Cert common-name ];
:local FingerPrint [ :tostr [ / certificate get $Cert fingerprint ] ];