diff options
author | Christian Hesse <mail@eworm.de> | 2019-05-02 11:59:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-05-02 11:59:43 +0200 |
commit | b7592f6b1824e12e5856d726547802ea336359db (patch) | |
tree | b2bb974a7cba42627d527c2447f764f078c085fc /check-certificates | |
parent | 360d30bf2adf91542b041489a5b71ac33daa1ac9 (diff) |
check-certificates: do not try to renew locally issued certificates
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 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 ] ]; |