From 99c74e5af4f335e64a7f4aac1fe8699f2c2190c5 Mon Sep 17 00:00:00 2001 From: Cezar Lungu Date: Sat, 13 Dec 2025 14:11:17 +0000 Subject: [PATCH] Delete old easy-rsa remove (#655) It isn't packaged anymore with openvpn in the supported distros Co-authored-by: Stanislas Lange --- openvpn-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index bda5b48..5fa0270 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1083,11 +1083,6 @@ function installOpenVPN() { # Create the server directory (OpenVPN 2.4+ directory structure) run_cmd_fatal "Creating server directory" mkdir -p /etc/openvpn/server - - # An old version of easy-rsa was available by default in some openvpn packages - if [[ -d /etc/openvpn/server/easy-rsa/ ]]; then - run_cmd "Removing old Easy-RSA" rm -rf /etc/openvpn/server/easy-rsa/ - fi fi # Determine which user/group OpenVPN should run as