update to strong hash and keysize

This commit is contained in:
Brian West 2014-09-18 17:54:22 -05:00
parent 393c7c3e97
commit 79b3cdfc96
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Here is how I did it.
wget http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz
tar zxfv ssl.ca-0.1.tar.gz
cd ssl.ca-0.1/
perl -i -pe 's/md5/sha1/g' *.sh
perl -i -pe 's/1024/2048/g' *.sh
perl -i -pe 's/md5/sha2/g' *.sh
perl -i -pe 's/1024/4096/g' *.sh
./new-root-ca.sh
./new-server-cert.sh self.bkw.org
./sign-server-cert.sh self.bkw.org