openvpn

SSL/TLS VPN implementing OSI layer 2 or 3 secure network extension

brewmacoslinux
Try with needOr install directly
Source

About

SSL/TLS VPN implementing OSI layer 2 or 3 secure network extension

Commands

openvpn

Examples

Connect to a VPN using a configuration file$ openvpn --config /path/to/config.ovpn
Start OpenVPN server with specific config and daemon mode$ openvpn --config /etc/openvpn/server.conf --daemon
Connect to VPN with authentication via command line$ openvpn --remote vpn.example.com 1194 --cert client.crt --key client.key --ca ca.crt