How do I install the SSL credentials on a linux (Ubuntu) system? I downloaded them from the remote access page, but cant get them installed and working.
For anyone who isn't using or can't use NetworkManager for OpenVPN (e.g. Fedora users due to a compile-time config problem), you: su mkdir /etc/openvpn put the config files in /etc/openvpn run openvpn as root, telling it to use the .ovpn config file (with -c or --config or something like that)
For anyone who isn't using or can't use NetworkManager for OpenVPN (e.g. Fedora users due to a compile-time config problem), you: su mkdir /etc/openvpn put the config files in /etc/openvpn run openvpn as root, telling it to use the .ovpn config file (with -c or --config or something like that)
Followed the directions to install the OpenVPN packages and set up VPN. When I try to connect it says that it failed because there are no VPN Secrets. I wasn't sure what the private key password was it was looking for, so I left it blank. Could that be the problem?