Jiří Klimeš
|
1a2798d1a4
|
contrib/scripts: nm-import-openvpn - script for importing OpenVPN configs to NM
Synopsis:
$ nm-import-openvpn -i <infile1> <infile2> ...
$ nm-import-openvpn <infile> <outfile>
Put the file to NetworkManager:
# cp <outfile> /etc/NetworkManager/system-connections/
# chmod 600 /etc/NetworkManager/system-connections/<outfile>
# nmcli con load /etc/NetworkManager/system-connections/<outfile>
|
2015-05-19 09:21:50 +02:00 |
|