View previous topic :: View next topic |
Author |
Message |
Duck Man Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/98599703741faa50193bf8.jpg)
Joined: 03 Oct 2004 Posts: 148 Location: Pleasanton, CA
|
Posted: Tue Oct 07, 2008 7:02 pm Post subject: [Solved] Adding Clients To OpenVPN |
|
|
I have been trying to figure this out for a while now. Googled and searched and never found what I was looking for. I guess the real problem is I don't really understand the certificates and how they are made. Could anyone explain how to add more clients to an existing OpenVPN setup? Or point me in the right direction. I really do want to understand this.
Thank you,
Duck man
Last edited by Duck Man on Sun Oct 12, 2008 10:14 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
arndawg Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Jun 2006 Posts: 97
|
Posted: Tue Oct 07, 2008 8:54 pm Post subject: |
|
|
in cd /usr/share/openvpn/easy-rsa/ or where-ever you have copied it.
edit vars file (you probably have already done this so go ahead and "enable it" with the source command.
#source ./vars
#./build-key clientname //follow instructions and copy the generated files to where your other client keys and crts are.
Each client you connect need 3 files:
ca.crt
clientname.crt
clientname.key
ca.crt is the same for every client.
OpenVPN has an official howto that explains this. Google (or whatever search engine you prefer): openvpn howto |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|