1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-04 21:23:31 +03:00

Use AES-256-GCM cipher instead of AES-256-CBC

Set to default AES-256-GCM
This commit is contained in:
Padraig Doran 2022-11-08 14:49:36 +00:00 committed by GitHub
parent f943387083
commit 49bbc4e143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,7 +323,7 @@ server 10.8.0.0 255.255.255.0" > /etc/openvpn/server/server.conf
esac
echo 'push "block-outside-dns"' >> /etc/openvpn/server/server.conf
echo "keepalive 10 120
cipher AES-256-CBC
cipher AES-256-GCM
user nobody
group $group_name
persist-key
@ -423,7 +423,7 @@ persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
cipher AES-256-GCM
ignore-unknown-option block-outside-dns
verb 3" > /etc/openvpn/server/client-common.txt
# Enable and start the OpenVPN service