Update out vpn configs for better encryption.
This commit is contained in:
parent
d355a59ab9
commit
12ed1dd6f7
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ persist-key
|
|||
#up /etc/openvpn/fix-routes.sh
|
||||
#up-restart
|
||||
|
||||
cipher AES-256-CBC
|
||||
auth SHA512
|
||||
ca ca.crt
|
||||
cert client.crt
|
||||
key client.key
|
||||
|
|
|
@ -12,6 +12,8 @@ ca ca.crt
|
|||
cert server.crt
|
||||
key server.key
|
||||
|
||||
cipher AES-256-CBC
|
||||
auth SHA512
|
||||
dh dh2048.pem
|
||||
crl-verify crl.pem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue