bnhf / openvpn-admin-plus

Docker-based web interface (with golang backend) for monitoring and admin of an OpenVPN TAP/TUN server setup with PiVPN or other OpenVPN server installations. This project has been renamed from pivpn-tap-web-ui, to reflect its new broader scope.
MIT License
141 stars 23 forks source link

easy-rsa location #60

Closed nOw-Ay closed 1 year ago

nOw-Ay commented 1 year ago

Since OpenVPN 2.3.x, the location of the east-rsa folder has changed, it is not longer by default located in /etc/openvpn/easy-rsa/ but in /usr/share/easy-rsa. This could lead to errors like "cp: cannot create regular file '/etc/openvpn/easy-rsa/vars': No such file or directory" where you have to manually copy the whole easy-rsa dir to the openvpn dir to solve the issue. I don't know exactly what to change, would you mind taking a look at it? Many thanks:)

nOw-Ay commented 1 year ago

Not a bug, just realised.