container-openvpn/bin
Kyle Manna 852d404c12 env: Re-work environment code
* Instead of storing just a server_url which was necessary to
  regenerate the OpenVPN configs, instead store an env file.
* Move all the env parsing to `ovpn_genconfig` so that it can be re-run
  from genconfig instead of from `ovpn_init`.
* Remove all the parsing and env defaults except for genconfig.

NOTE: This breaks the older config method, uesrs will need to re-run
genconfig with an arg[1] as the previous server_url, this will create
the necessary env file the rest of the tools expect.

Example recovery for legacy users:

    host$ docker run --rm -it kylemanna/openvpn bash -l
    container# ovpn_genconfig $(cat /etc/openvpn/server_url)
2014-07-05 22:07:24 -07:00
..
easyrsa_vars openvpn.sh: Split in to smaller scripts 2014-06-04 11:13:59 -07:00
ovpn_genconfig env: Re-work environment code 2014-07-05 22:07:24 -07:00
ovpn_getclient env: Re-work environment code 2014-07-05 22:07:24 -07:00
ovpn_init env: Re-work environment code 2014-07-05 22:07:24 -07:00
ovpn_run ovpn: Remove reference to udp/1194 2014-06-30 23:27:00 -07:00
ovpn_status ovpn: Remove reference to udp/1194 2014-06-30 23:27:00 -07:00