From 7318a2040a977b8234ea218349f4422d25c4a7d9 Mon Sep 17 00:00:00 2001 From: RewardedIvan <67065165+RewardedIvan@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:43:39 +0000 Subject: [PATCH] Remove deprecated options --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 64d8ed0..c905976 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -742,11 +742,11 @@ function installOpenVPN() { case $TLS_SIG in 1) # Generate tls-crypt key - openvpn --genkey --secret /etc/openvpn/tls-crypt.key + openvpn --genkey secret /etc/openvpn/tls-crypt.key ;; 2) # Generate tls-auth key - openvpn --genkey --secret /etc/openvpn/tls-auth.key + openvpn --genkey secret /etc/openvpn/tls-auth.key ;; esac else