Update EasyRSA version
This commit is contained in:
parent
96e6ea71e9
commit
f9bc450b50
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ function installOpenVPN() {
|
||||||
# Install the latest version of easy-rsa from source, if not already
|
# Install the latest version of easy-rsa from source, if not already
|
||||||
# installed.
|
# installed.
|
||||||
if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then
|
if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then
|
||||||
local version="3.0.6"
|
local version="3.0.7"
|
||||||
wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz
|
wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz
|
||||||
tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/
|
tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/
|
||||||
mkdir -p /etc/openvpn/easy-rsa
|
mkdir -p /etc/openvpn/easy-rsa
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue