1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 11:30:48 +00:00

Using cipher instead of tls-cipher and AES-256-CBC instead of AES-128-GCM

This commit is contained in:
Angristan 2016-03-13 14:38:45 +01:00
parent 65ef1944e0
commit 471f82af26

View File

@ -232,7 +232,7 @@ ca ca.crt
cert server.crt cert server.crt
key server.key key server.key
dh dh.pem dh dh.pem
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 cipher AES-256-CBC
topology subnet topology subnet
server 10.8.0.0 255.255.255.0 server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
@ -360,7 +360,7 @@ nobind
persist-key persist-key
persist-tun persist-tun
remote-cert-tls server remote-cert-tls server
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 cipher AES-256-CBC
comp-lzo" > /etc/openvpn/client-common.txt comp-lzo" > /etc/openvpn/client-common.txt
# Generates the custom client.ovpn # Generates the custom client.ovpn
newclient "$CLIENT" newclient "$CLIENT"