From 547f689f0049cce8561ec308262be5ca480ae876 Mon Sep 17 00:00:00 2001 From: Angristan Date: Thu, 16 Feb 2017 19:35:50 +0100 Subject: [PATCH] Use secp256k1 curve for ECDH (fix) I forgot the curve in https://github.com/Angristan/OpenVPN-install/pull/33/commits/23daeca80a20ef2e237445351d57b83bfbc45c89 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 5671368..1142376 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -406,7 +406,7 @@ cert server.crt key server.key tls-auth tls-auth.key 0 dh none -ecdh-curve +ecdh-curve secp256k1 auth SHA256 cipher cipher AES-128-GCM tls-server