openvpn-admin-plus: Run on existing configuration - unterminated `s' command
Hello i’m trying to get this interface running on an old, and working OpenVPN server.
the first issue i managed was that index.txt was not in the easy-rsa/pki folder so i moved it to align where it was searching it
actually is restarting in this loop… what can be wrong?
openvpn-admin-plus | TERM environment variable not set.
openvpn-admin-plus | OpenVPN directory set to: /etc/openvpn
openvpn-admin-plus | Working directory set to: /opt
openvpn-admin-plus | PiVPN server set to: US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US US
openvpn-admin-plus | Working directory set to: /opt/openvpn-gui-tap
openvpn-admin-plus | sed: -e expression #1, char 76: unterminated `s' command
PS. i suggest to put a fully working compose with another service that runs the VPN, in this way the first run also for test the interface can be very fast without relying on the underlying host
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 23 (12 by maintainers)
@FrancYescO
Here’s an example of what a standard, modern, OpenVPN server installation looks like as far as directories and files under /etc/openvpn:
This is from my test system, so there are some test certificates and keys, and a vars.pivpn file you can ignore. EasyRSA is a script that’s installed when OpenVPN is installed by PiVPN and other scripts that are designed configure a complete OpenVPN setup.
Since you had index.txt (which is created by easyrsa) you must have the rest of the easyrsa package somewhere on your system. Your directory structure, certificates, keys and data files (which are all text-based) need to match the above for this project to be useful to you.