3072 just takes too long to calculate for multiple sites

This commit is contained in:
Bob Mottram 2015-08-16 09:28:24 +01:00
parent cd830fd845
commit d07bb8e787
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ TOX_NODE=
ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
# Default diffie-hellman key length in bits
DH_KEYLENGTH=3072
DH_KEYLENGTH=1024
function show_help {
echo ''

View File

@ -53,7 +53,7 @@ CURRENT_DIR=$(pwd)
REGENERATE_SSH_HOST_KEYS="no"
REGENERATE_DH_KEYS="no"
RESET_TRIPWIRE="no"
DH_KEYLENGTH=3072
DH_KEYLENGTH=1024
function get_protocols_from_website {
if [ ! -f $WEBSITES_DIRECTORY/$1 ]; then