From c09dcefff1f001c0afcf6dd9624df30e43492ae3 Mon Sep 17 00:00:00 2001 From: Birkhoff <23278129+birkhoffcheng@users.noreply.github.com> Date: Sat, 7 Jul 2018 11:57:15 -0400 Subject: [PATCH] Renegotiate key every hour --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index df39897..e60738d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -388,6 +388,7 @@ cipher AES-256-GCM comp-lzo setenv opt block-outside-dns key-direction 1 +reneg-sec 3600 verb 3" > /etc/openvpn/client-common.txt # Generates the custom client.ovpn newclient "$CLIENT"