Update easy-rsa

easy-rsa 3.0.4 -> 3.0.5
This commit is contained in:
Jun Hui 2018-09-23 18:10:10 +08:00 committed by GitHub
parent 21f15d9aef
commit 495002da7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -535,7 +535,7 @@ function installOpenVPN () {
fi fi
# Install the latest version of easy-rsa from source # Install the latest version of easy-rsa from source
local version="3.0.4" local version="3.0.5"
wget -O ~/EasyRSA-${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz wget -O ~/EasyRSA-${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz
tar xzf ~/EasyRSA-${version}.tgz -C ~/ tar xzf ~/EasyRSA-${version}.tgz -C ~/
mv ~/EasyRSA-${version}/ /etc/openvpn/ mv ~/EasyRSA-${version}/ /etc/openvpn/