mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-11-18 02:05:12 +00:00
Update easy-rsa to 3.0.6 (#393)
This commit is contained in:
parent
c61c695f14
commit
a0027f1b42
@ -610,13 +610,13 @@ function installOpenVPN () {
|
||||
fi
|
||||
|
||||
# Install the latest version of easy-rsa from source
|
||||
local version="3.0.5"
|
||||
wget -O ~/EasyRSA-nix-${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-nix-${version}.tgz
|
||||
tar xzf ~/EasyRSA-nix-${version}.tgz -C ~/
|
||||
mv ~/EasyRSA-${version}/ /etc/openvpn/
|
||||
mv /etc/openvpn/EasyRSA-${version}/ /etc/openvpn/easy-rsa/
|
||||
local version="3.0.6"
|
||||
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 ~/
|
||||
mv ~/EasyRSA-v${version}/ /etc/openvpn/
|
||||
mv /etc/openvpn/EasyRSA-v${version}/ /etc/openvpn/easy-rsa/
|
||||
chown -R root:root /etc/openvpn/easy-rsa/
|
||||
rm -f ~/EasyRSA-nix-${version}.tgz
|
||||
rm -f ~/EasyRSA-unix-v${version}.tgz
|
||||
|
||||
cd /etc/openvpn/easy-rsa/
|
||||
case $CERT_TYPE in
|
||||
|
Loading…
Reference in New Issue
Block a user