Update out vpn configs for better encryption.

This commit is contained in:
Kevin Fenzi 2016-08-31 18:49:51 +00:00
parent d355a59ab9
commit 12ed1dd6f7
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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