2

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:

enter image description here

Any idea where are they stored ?

Patryk
  • 9,416

2 Answers2

4

According to this in /etc/NetworkManager/system-connections. Although, it looks like the VPN configs are in /etc/NetworkManager/VPN

Zetrocker
  • 154
0

I think your client configuration file is located at /etc/openvpn/client.conf.

The following command should allow access:

sudo gedit /etc/openvpn/client.conf

Good luck.

Eric Carvalho
  • 55,453
SanET
  • 1