mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Set control channel to TLS 1.2
Debate with myself on adding cipher list.
This commit is contained in:
parent
f3c1072975
commit
1b0b6478b3
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ push "redirect-gateway def1"
|
||||||
client-to-client
|
client-to-client
|
||||||
duplicate-cn
|
duplicate-cn
|
||||||
keepalive 10 120
|
keepalive 10 120
|
||||||
|
tls-version-min 1.2
|
||||||
tls-auth /etc/openvpn/easy-rsa/keys/ta.key 0
|
tls-auth /etc/openvpn/easy-rsa/keys/ta.key 0
|
||||||
cipher AES-256-CBC
|
cipher AES-256-CBC
|
||||||
auth SHA256
|
auth SHA256
|
||||||
|
|
Loading…
Reference in a new issue