From f1eaaa5f6026c0d183bb553a59da37e734dad6d4 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Thu, 10 Oct 2024 23:46:40 +0200 Subject: [PATCH] add ca-certificates.crt to crt_ignores --- cert_expire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cert_expire b/cert_expire index c32a0c1..159c0c8 100755 --- a/cert_expire +++ b/cert_expire @@ -10,7 +10,7 @@ PATH=/opt/local/bin:${PATH} crt_locations=${crt_locations-'/opt/local/etc'} # Ignore some system CAs and special files which are no certificate files -crt_ignores="mozilla-rootcert-.* privkey.* .*-certbot.pem fullchain.pem chain.pem dh.pem" +crt_ignores="mozilla-rootcert-.* privkey.* .*-certbot.pem fullchain.pem chain.pem dh.pem ca-certificates.crt" # Ignore Let's Encrypt archive folder because we only check live files crt_locations_ignores="/opt/local/etc/letsencrypt/archive"