3072 just takes too long to calculate for multiple sites
This commit is contained in:
parent
cd830fd845
commit
d07bb8e787
|
@ -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 ''
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue