From 8ad0b9dbe50afe6c36227e1719e42bcc375394b9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2015 15:07:20 +0000 Subject: [PATCH] Use fast DH params when creating certs Otherwise installation on low power systems takes way too long --- src/freedombone-addcert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-addcert b/src/freedombone-addcert index 0d4ec2fc..507eab47 100755 --- a/src/freedombone-addcert +++ b/src/freedombone-addcert @@ -218,7 +218,7 @@ fi # generate DH params if [ ! $NODH ]; then if [ ! -f /etc/ssl/certs/${CERTFILE}.dhparam ]; then - ${PROJECT_NAME}-dhparam -h ${CERTFILE} + ${PROJECT_NAME}-dhparam -h ${CERTFILE} --fast yes fi fi