forked from I2P_Developers/i2p.i2p
checkcerts: look for both *.cert and *.crt
This commit is contained in:
@ -154,7 +154,7 @@ fi
|
|||||||
|
|
||||||
cd `dirname $0`/../../installer/resources/certificates
|
cd `dirname $0`/../../installer/resources/certificates
|
||||||
|
|
||||||
for i in *.crt
|
for i in *.crt *.cert
|
||||||
do
|
do
|
||||||
echo "Checking $i ..."
|
echo "Checking $i ..."
|
||||||
EXPIRES=`checkcert $i`
|
EXPIRES=`checkcert $i`
|
||||||
|
Reference in New Issue
Block a user