openvpn-monitor
openvpn-monitor copied to clipboard
Allow TLS connections
I need to control several openvpn instances but i don't want to do that over plaintext connections.
This pull request moves connection methods under a separate file and introduces a new config param called "ssl".
When "ssl" is set, a tls connection is attempted. If ssl=any-cert any certificate is accepted.