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.
  • On Ubuntu, easiest way is to use it together with the NetworkManager which manages all network connections.

    Make sure you have the package "network-manager-openvpn" installed.

    Then, click on the NetworkManager icon on the task bar. There you should have a new option "VPN connections" ==> "Configure VPN..."

    Add a new OpenVPN connection.

    Select "Password with Certificates (TLS), enter the gateway, username and the three certificates you have downloaded from the User Portal. Thats it.
  • 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
  • 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?
  • Download the configuration from your firewall's End User Portal and load those into OpenVPN.

    Barry
  • Took a screen shot of my settings window.
  • OK. If you didn't create a password when creating the keys (probably didn't), then I'd assume that should be left blank.

    If you can't get it to work, try openvpn on the command-line as root.

    Barry