adding ovpn_listclients script

This commit is contained in:
Nate Jones
2016-05-11 15:35:00 -07:00
parent 98f9681d3e
commit d3fcec15f1
3 changed files with 53 additions and 0 deletions

View File

@ -20,6 +20,8 @@ docker run --volumes-from $OVPN_DATA --rm -it $IMG easyrsa build-client-full $CL
docker run --volumes-from $OVPN_DATA --rm $IMG ovpn_getclient $CLIENT | tee client/config.ovpn
docker run --volumes-from $OVPN_DATA --rm $IMG ovpn_listclients | grep $CLIENT
#
# Fire up the server
#