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:
@ -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
|
||||
|
Reference in New Issue
Block a user