Skip to content

Commit 6c4a95a

Browse files
committed
Update to easy-rsa 3.2.2
1 parent b200f5a commit 6c4a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvpn-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ remove_firewall_rules() {
888888

889889
install_easyrsa() {
890890
# Get easy-rsa
891-
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.1/EasyRSA-3.2.1.tgz'
891+
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.2/EasyRSA-3.2.2.tgz'
892892
mkdir -p /etc/openvpn/server/easy-rsa/
893893
{ 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
894894
if [ ! -f /etc/openvpn/server/easy-rsa/easyrsa ]; then

0 commit comments

Comments
 (0)