Skip to content

Commit

Permalink
add ca-certificates.crt to crt_ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Oct 10, 2024
1 parent d74f3ef commit f1eaaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert_expire
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1eaaa5

Please sign in to comment.