Connection to openVPN Access Server
- by Beig
we are using an openVPN Access Server and I would like to connect to it via the VPN network setting (network-manager-openvpn).
I downloaded the client.ovpn and I can connect to the server via the command line:
openvpn --script-security 2 --config client.ovpn
How can I add the connection to the network manager?
Which (key) entry is which? User Cert, CA Cert, Private Key?
Here is an example of the client.ovpn http://nopaste.info/c10ec207f2.html
Thanks in advance.