From 63e03c24e4c180f562e7c8a606b698e598e86e17 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Mon, 1 Nov 2021 13:45:44 -0500 Subject: [PATCH] docs(README.md): advise to generate separate client for each user I made the mistake of giving the same file to multiple users, this seems to be a common mistake (https://serverfault.com/a/461230/360582) at least for people like me who don't RTFM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9106737..76dcce11 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq). docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_getclient CLIENTNAME > CLIENTNAME.ovpn +* Make sure to repeat `build-client-full` and `ovpn_getclient` with a separate `CLIENTNAME` for each separate user + ## Next Steps ### More Reading