docs: docker-compose bugfix
This commit is contained in:
parent
85680566d3
commit
438316a895
@ -25,11 +25,11 @@
|
|||||||
|
|
||||||
* Start OpenVPN server process
|
* Start OpenVPN server process
|
||||||
|
|
||||||
docker-compose start openvpn
|
docker-compose up -d openvpn
|
||||||
|
|
||||||
* Generate a client certificate without a passphrase
|
* 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
|
* Retrieve the client configuration with embedded certificates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user