I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4092eba6 authored by kytv's avatar kytv
Browse files

checkcerts: look for both *.cert and *.crt

parent 63e71d8a
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment