Changeset 2812


Ignore:
Timestamp:
Dec 16, 2016, 1:06:52 AM (7 years ago)
Author:
andersk
Message:
Test certificates exported from LDAP for expiration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/pki/tls/certs/check.pl

    r2545 r2812  
    1919use constant WARNING => 60*60*24*14; # Warn if a cert is expiring within 14 days
    2020
    21 foreach my $cert (glob "*.pem") {
     21foreach my $cert (glob("*.pem"), glob("/var/lib/scripts-certs/*.pem")) {
    2222  open(CERT, "<", $cert);
    2323  my $ins = do {local $/; <CERT>};
Note: See TracChangeset for help on using the changeset viewer.