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:
parent
db0663e4be
commit
b05e5a43e9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue