Jiří Klimeš
|
701bb6d846
|
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>
(cherry picked from commit 1a2798d1a4)
|
2015-08-19 13:15:15 +02:00 |
|