openvpn.sh: Implement init step and cert gen

* Initialize and configure the OpenVPN server
* Generate PKI keys, CA, and certs when needed
This commit is contained in:
Kyle Manna
2014-06-04 01:39:38 -07:00
parent 9e4de074d0
commit a1c174f6f5
2 changed files with 50 additions and 7 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:14.04
MAINTAINER Kyle Manna <kyle@kylemanna.com>
RUN apt-get install -y openvpn iptables curl git-core
RUN apt-get install -y openvpn iptables git-core dnsutils
# Update checkout to use tags when v3.0 is finally released
RUN git clone https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa