From bcb55f6255994d6225748689c8459cef838acada Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 11 May 2015 10:32:58 -0700 Subject: [PATCH] docs: Tweak case and arguments * Makes the reading more uniform with the rest of the documentation. --- docs/clients.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/clients.md b/docs/clients.md index 5ace6c9..6cc234e 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -1,6 +1,6 @@ -# Advanced client management +# Advanced Client Management -## Client configuration mode +## Client Configuration Mode The [`ovpn_getclient`](/bin/ovpn_getclient) can produce two different versions of the configuration. @@ -9,13 +9,13 @@ The [`ovpn_getclient`](/bin/ovpn_getclient) can produce two different versions o Note that some client software might be picky about which configuration format it accepts. -## Batch mode +## Batch Mode If you have more than a few clients, you will want to generate and update your client configuration in batch. For this task the script [`ovpn_getclient_all`](/bin/ovpn_getclient_all) was written, which writes out the configuration for each client to a separate directory called `clients/$cn`. Execute the following to generate the configuration for all clients: - docker run --rm -t -i -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_getclient_all + docker run --rm -it -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_getclient_all After doing so, you will find the following files in each of the `$cn` directories: