We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b200f5a commit 6c4a95aCopy full SHA for 6c4a95a
openvpn-install.sh
@@ -888,7 +888,7 @@ remove_firewall_rules() {
888
889
install_easyrsa() {
890
# Get easy-rsa
891
- easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.1/EasyRSA-3.2.1.tgz'
+ easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.2/EasyRSA-3.2.2.tgz'
892
mkdir -p /etc/openvpn/server/easy-rsa/
893
{ wget -t 3 -T 30 -qO- "$easy_rsa_url" 2>/dev/null || curl -m 30 -sL "$easy_rsa_url" ; } | tar xz -C /etc/openvpn/server/easy-rsa/ --strip-components 1
894
if [ ! -f /etc/openvpn/server/easy-rsa/easyrsa ]; then
0 commit comments