You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer is depending on easy-rsa which used to be a sub-part of the openvpn project. However, easy-rsa has been moved out of the openvpn project and now will require a seperate installation. Due to this currently the installer.sh script is failing.
The text was updated successfully, but these errors were encountered:
As there is a need to install easy-rsa as a seperate package and due to the fact that it is no longer part of the openvpn project you will find that it is no longer a sub-dir of openvpn. The installer expects it to be however fails due to this.
Current line:
cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
Needs to be changed to:
cp -R /usr/share/easy-rsa/* /etc/openvpn/easy-rsa/
this will resolve the issue and the installer script will working without any issues.
The installer is depending on easy-rsa which used to be a sub-part of the openvpn project. However, easy-rsa has been moved out of the openvpn project and now will require a seperate installation. Due to this currently the installer.sh script is failing.
The text was updated successfully, but these errors were encountered: