default dh size

This commit is contained in:
antelle 2016-04-22 21:13:21 +03:00
parent cc44f3211b
commit 44a453b663
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "Welcome to KeeWeb docker container!"
if [ -z ${DH_SIZE+x} ]
then
>&2 echo ">> no \$DH_SIZE specified using default"
DH_SIZE="1024"
DH_SIZE="512"
fi