docs: docker-compose bugfix

This commit is contained in:
Niels Ulrik Andersen 2016-08-04 21:17:24 +02:00
parent 85680566d3
commit 438316a895

View File

@ -25,11 +25,11 @@
* Start OpenVPN server process
docker-compose start openvpn
docker-compose up -d openvpn
* Generate a client certificate without a passphrase
docker-compose run --rm -openvpn easyrsa build-client-full CLIENTNAME nopass
docker-compose run --rm openvpn easyrsa build-client-full CLIENTNAME nopass
* Retrieve the client configuration with embedded certificates