Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2166  / 1 Year ago, mon, may 22, 2023, 4:23:49

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.


More From » networking

 Answers
7

  • the certificate below OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_START, is your CA certificate

  • the -----BEGIN RSA PRIVATE KEY--- , is your private key



copy the content of these certificates into separate files.
including everything from the ---BEGIN---- , to ----END---- part
and add the in the corresponding entry in the vpn tab of network manager



I cant really tell from your configuration file which cert is the user certificate. But it's not the openvpn static key. copy and save the ones left to separate files, and try them one by one by one until you manage to connect


[#37425] Tuesday, May 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utilitere

Total Points: 394
Total Questions: 110
Total Answers: 114

Location: Solomon Islands
Member since Wed, Mar 29, 2023
1 Year ago
;