From ed779b9b5253fb8aeb8d408e15ea44d87fad8a28 Mon Sep 17 00:00:00 2001 From: Angristan Date: Thu, 16 Feb 2017 19:36:24 +0100 Subject: [PATCH] Fix cipher --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1142376..55033a7 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -408,7 +408,7 @@ tls-auth tls-auth.key 0 dh none ecdh-curve secp256k1 auth SHA256 -cipher cipher AES-128-GCM +cipher AES-128-GCM tls-server tls-version-min 1.2 tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256