Skip to content

Some libraries for OpenVPN tools.

License

Notifications You must be signed in to change notification settings

dpb587/go-openvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some libraries for OpenVPN tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages