|
@@ -1650,7 +1650,7 @@ openssl req \
|
1650
|
1650
|
-keyout /etc/ssl/private/$HOSTNAME.key \
|
1651
|
1651
|
-out /etc/ssl/certs/$HOSTNAME.crt
|
1652
|
1652
|
|
1653
|
|
-openssl dhparam -check -text -5 1024 -out /etc/ssl/certs/$HOSTNAME.dhparam
|
|
1653
|
+openssl dhparam -check -text -5 2048 -out /etc/ssl/certs/$HOSTNAME.dhparam
|
1654
|
1654
|
|
1655
|
1655
|
chmod 400 /etc/ssl/private/$HOSTNAME.key
|
1656
|
1656
|
chmod 640 /etc/ssl/certs/$HOSTNAME.crt
|
|
@@ -7362,7 +7362,7 @@ PATH='/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin'
|
7362
|
7362
|
|
7363
|
7363
|
initialrepair_start() {
|
7364
|
7364
|
echo "Starting $SERVICE..."
|
7365
|
|
-su --command "screen -h 1024 -dmS ${SERVICE} ${INVOCATION}" root
|
|
7365
|
+su --command "screen -h 2048 -dmS ${SERVICE} ${INVOCATION}" root
|
7366
|
7366
|
}
|
7367
|
7367
|
|
7368
|
7368
|
|