Where is OpenVPN's client configuration from Network-manager's OpenVPN plugin?
I know how to write and when to put OpenVPN's config files for clients but I would like to be able to see the config files generated by network-manager-openvpn plugin. (For instance to change logging verbosity)
Namely this one:
Any idea where are they stored ?
22 Answers
According to this in /etc/NetworkManager/system-connections. Although, it looks like the VPN configs are in /etc/NetworkManager/VPN
I think your client configuration file is located at /etc/openvpn/client.conf.
The following command should allow access:
sudo gedit /etc/openvpn/client.confGood luck.
1