9 lines
191 B
Markdown
9 lines
191 B
Markdown
# 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
|
|
```
|