Replies: 1 comment
-
Hi, how are you installing it? Did you sue the standalone installer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been trying to use the standalone installer to manage an OpenVPN setup with openvpn-ui, as it looks amazing. My issue is that when I run the installer, defining the directories in the app.config as /etc/openvpn for openvpn and /etc/openvpn/server/easy-rsa for easyrsa, I get the following output in console when trying to save vars from the UI itself:
2025/01/10 10:52:28.824 [W] [easyrsaconfig.go:77] open /etc/openvpn/config/easy-rsa.vars:
. I do not have a config directory in my openvpn install directory. I did install the docker variant of OpenVPN and openvpn-ui on a test server to look at the directory structure and test things, as designed both of those work just fine in conjunction, but I see the directory structure of that install is different than the directory structure of a plain OpenVPN installation.For the life of me I can't seem to change where it looks for the vars. In the UI when I try to view the vars, I get the same error
open /etc/openvpn/config/easy-rsa.vars: no such file or directory
in addition, it shows the directory that it's looking at as.easy-rsa/pki/vars
but in the app.conf file I have replaced that line with a direct path of /etc/openvpn/server/easy-rsa/pki/It seems I'm missing something here, but I can't quite figure it out. Thanks for an awesome product too, by the way, it looks great!
Beta Was this translation helpful? Give feedback.
All reactions