Skip to content

Commit

Permalink
Update to easy-rsa v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyr committed Oct 14, 2023
1 parent cd6869b commit af2710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ LimitNPROC=infinity" > /etc/systemd/system/[email protected]/disab
systemctl enable --now firewalld.service
fi
# Get easy-rsa
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.5/EasyRSA-3.1.5.tgz'
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz'
mkdir -p /etc/openvpn/server/easy-rsa/
{ wget -qO- "$easy_rsa_url" 2>/dev/null || curl -sL "$easy_rsa_url" ; } | tar xz -C /etc/openvpn/server/easy-rsa/ --strip-components 1
chown -R root:root /etc/openvpn/server/easy-rsa/
Expand Down

0 comments on commit af2710d

Please sign in to comment.