diff --git a/network/connection/openvpn/actions.py b/network/connection/openvpn/actions.py
index 0f3400147f..6106ed93c8 100644
--- a/network/connection/openvpn/actions.py
+++ b/network/connection/openvpn/actions.py
@@ -57,4 +57,15 @@ def install():
pisitools.domove("/usr/share/openvpn/sample/sample-keys/*.crt", "/etc/openvpn")
pisitools.domove("/usr/share/openvpn/sample/sample-keys/*.pem", "/etc/openvpn")
+ # EasyRSA
+ pisitools.dobin("EasyRSA-3.1.3/easyrsa")
+ pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.3/openssl-easyrsa.cnf")
+ pisitools.insinto("/etc/easy-rsa", "EasyRSA-3.1.3/vars.example", "vars")
+ pisitools.insinto("/etc/easy-rsa/x509-types/", "EasyRSA-3.1.3/x509-types/*")
+
+ shelltools.chmod(get.installDIR() + "/etc/easy-rsa/openssl-easyrsa.cnf", 0644)
+ shelltools.chmod(get.installDIR() + "/etc/easy-rsa/vars", 0644)
+
+ pisitools.dodoc("EasyRSA-3.1.3/ChangeLog", "EasyRSA-3.1.3/COPYING.md")
+
pisitools.dodoc("COPYING", "COPYRIGHT.GPL", "README*")
diff --git a/network/connection/openvpn/pspec.xml b/network/connection/openvpn/pspec.xml
index b3af877e97..819eed3a33 100644
--- a/network/connection/openvpn/pspec.xml
+++ b/network/connection/openvpn/pspec.xml
@@ -13,7 +13,8 @@
network.connection
A full featured SSL VPN solution
OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls.
- https://swupdate.openvpn.org/community/releases/openvpn-2.6.3.tar.gz
+ https://swupdate.openvpn.org/community/releases/openvpn-2.6.4.tar.gz
+ https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.3/EasyRSA-3.1.3.tgz
openvpn-test.sh
@@ -43,6 +44,9 @@
libcap-ng
+ /usr/bin/easyrsa
+ /etc/easy-rsa/
+
/usr/lib
/run/openvpn
/usr/share/man
@@ -64,6 +68,13 @@
+
+ 2023-05-20
+ 2.6.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-04-14
2.6.3