- Generate su3 file in release target
  - Add my new RSA 4096 pubkey cert for updates
  - Fix checkcerts.sh
This commit is contained in:
zzz
2013-09-30 19:21:25 +00:00
parent a5c5917a5f
commit e004b0e6e9
3 changed files with 101 additions and 3 deletions

View File

@ -152,9 +152,9 @@ elif [ $(which certtool) ]; then : ;else
exit 1
fi
cd `dirname $0`/../../installer/resources/certificates/ssl
cd `dirname $0`/../../installer/resources/certificates
for i in *.crt *.cert
for i in */*.crt
do
echo "Checking $i ..."
EXPIRES=`checkcert $i`