1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

added reneg-sec configuration

This commit is contained in:
Melike Alphan 2022-02-01 15:59:21 +03:00
parent db0663e4be
commit b05e5a43e9

View file

@ -407,6 +407,7 @@ persist-key
persist-tun
status openvpn-status.log
verb 3
reneg-sec 28800
crl-verify crl.pem" >> /etc/openvpn/server/server.conf
if [[ "$protocol" = "udp" ]]; then
echo "explicit-exit-notify" >> /etc/openvpn/server/server.conf
@ -537,6 +538,7 @@ remote-cert-tls server
auth SHA512
cipher AES-256-CBC
verb 3
reneg-sec 28800
auth-user-pass" > /etc/openvpn/server/client-common.txt
# Enable and start the OpenVPN service
systemctl enable --now openvpn-server@server.service