go-openvpn

module
v0.0.0-...-1167a52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2018 License: MIT

README

go-openvpn

Some libraries for OpenVPN tools.

Utilities

ovpn-to-onc

Convert an OpenVPN profile *.ovpn file into an ONC *.onc file for use in Chrome OS:

$ ovpn-to-onc < vpn.ovpn > converted-vpn.onc
ovpn-to-json

Convert a profile into JSON to split out directives and their arguments...

$ ovpn-to-json < vpn.ovpn | jq -r .cipher[0]
AES-256-CBC

$ ovpn-to-json < vpn.ovpn | jq -r .key
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEA0haiWp2QxsJLsN2YkGiDUlT4CRxR95L8H6BkF/cla1uwZBJ9

License

MIT License

Directories

Path Synopsis
main
onc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL