From 9b8ad887c360f6cc22d35db0830ef58fe87599c4 Mon Sep 17 00:00:00 2001 From: Angristan Date: Wed, 9 Mar 2016 22:59:03 +0100 Subject: [PATCH] New cipher --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index a82b96f..b697515 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -233,7 +233,7 @@ ca ca.crt cert server.crt key server.key dh dh.pem -cipher AES-256-CBC +tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 tls-version-min 1.2 topology subnet server 10.8.0.0 255.255.255.0 @@ -362,7 +362,7 @@ nobind persist-key persist-tun remote-cert-tls server -cipher AES-256-CBC +tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 tls-version-min 1.2 comp-lzo" > /etc/openvpn/client-common.txt # Generates the custom client.ovpn