We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c5648 commit 9d1c90cCopy full SHA for 9d1c90c
README.md
@@ -24,6 +24,7 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq).
24
25
* Initialize the `$OVPN_DATA` container that will hold the configuration files and certificates
26
27
+ docker volume create --name $OVPN_DATA
28
docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM
29
docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn ovpn_initpki
30
0 commit comments