Skip to content

docs(README.md): advise to generate separate client for each user #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
jedwards1211 authored Nov 1, 2021
commit 63e03c24e4c180f562e7c8a606b698e598e86e17
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down