From 23daeca80a20ef2e237445351d57b83bfbc45c89 Mon Sep 17 00:00:00 2001 From: Angristan Date: Thu, 16 Feb 2017 18:34:33 +0100 Subject: [PATCH] Use secp256k1 curve for ECDH cf. https://github.com/Angristan/OpenVPN-install/pull/33#issuecomment-280399196 --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 199b355..0041a08 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -461,6 +461,7 @@ cert server.crt key server.key tls-auth tls-auth.key 0 dh none +ecdh-curve auth SHA256 $CIPHER tls-server