mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
checkcerts: look for both *.cert and *.crt
This commit is contained in:
@@ -154,7 +154,7 @@ fi
|
||||
|
||||
cd `dirname $0`/../../installer/resources/certificates
|
||||
|
||||
for i in *.crt
|
||||
for i in *.crt *.cert
|
||||
do
|
||||
echo "Checking $i ..."
|
||||
EXPIRES=`checkcert $i`
|
||||
|
||||
Reference in New Issue
Block a user