ソースを参照

3072 just takes too long to calculate for multiple sites

Bob Mottram 9 年 前
コミット
d07bb8e787
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone ファイルの表示

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

+ 1
- 1
src/freedombone-sec ファイルの表示

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