mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Update easy-rsa to v3.0.9-rc1 for Ubuntu 22.04
This commit is contained in:
parent
a7474c95ca
commit
0709b9498c
@ -236,9 +236,9 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab
|
|||||||
systemctl enable --now firewalld.service
|
systemctl enable --now firewalld.service
|
||||||
fi
|
fi
|
||||||
# Get easy-rsa
|
# Get easy-rsa
|
||||||
# The latest easy-rsa release is not yet compatible with Ubuntu 22.04
|
# The latest easy-rsa stable release is not yet compatible with Ubuntu 22.04
|
||||||
if [[ "$os" == "ubuntu" && "$os_version" -eq 2204 ]]; then
|
if [[ "$os" == "ubuntu" && "$os_version" -eq 2204 ]]; then
|
||||||
easy_rsa_url='https://wg.nyr.be/download/EasyRSA-bf19e79.tgz'
|
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.9-rc1/EasyRSA-v3.0.9-rc1.tgz'
|
||||||
else
|
else
|
||||||
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8.tgz'
|
easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8.tgz'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user