Issue
I was given the following files from work, in a compressed folder
ca.crt dh.pem myuser.crt myuser.key myuser.ovpn ta.key
The suggested way is to connect using openvpn3 from this site
Is it possible to use these files to connect using the command line openvpn that comes with the linux mint distribution?
Thank you
Solution
Seems this OpenVPN config for openvpn2. Just install Linux Mint openvpn
package
apt update
apt install openvpn
and try to connect
openvpn --config <path to>/myuser.ovpn
ALso check if this lines exists in myuser.ovpn
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
script-security 2
Answered By - ExploitFate Answer Checked By - Robin (WPSolving Admin)