dotfiles/.dotfiles/docs/nmcli.md

10 lines
191 B
Markdown
Raw Permalink Normal View History

2021-02-04 07:54:04 +00:00
# nmcli
## Import OpenVPN configuration
> Make sure the file is an openvpn configuration and not a network manager connection
```
# nmcli connection import type openvpn file file.ovpn
```