1
0
espelhamento de https://github.com/angristan/openvpn-install.git sincronizado 2025-09-18 10:10:46 +02:00

Update tls-cipher to use ECDHE and ECDSA

Esse commit está contido em:
Angristan 2017-02-16 17:54:08 +01:00 commit de GitHub
commit fa6cf4e569

Ver arquivo

@ -466,7 +466,7 @@ auth SHA256
$CIPHER
tls-server
tls-version-min 1.2
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
status openvpn.log
verb 3" >> /etc/openvpn/server.conf
@ -583,7 +583,7 @@ auth SHA256
$CIPHER
tls-client
tls-version-min 1.2
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
setenv opt block-outside-dns
verb 3" >> /etc/openvpn/client-template.txt