This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSL on Linux

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.


This thread was automatically locked due to age.
Parents
  • 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)

    Barry
Reply
  • 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)

    Barry
Children
  • 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?