====== VPN - Add Client ======
===== Adding a new client to OpenVPN =====
From: [[http://openvpn.net/index.php/open-source/documentation/howto.html#pki]]
- As root, go to ''/etc/openvpn/easy-rsa/''
- Prep:# . ./vars
- Make the key - **Common Name** is the ''clients-name'':# ./build-key clients-name
- Add client to ''/etc/openvpn/ccd/'' if applicable
- Client needs:
* ''ca.crt''
* ''clients-name.crt''
* ''clients-name.key''
* ''client-confs/thoughtbit-client.conf''
* ''rc.openvpn'' (for linux systems without an init script)
===== Clients =====
==== Mac ====
[[http://code.google.com/p/tunnelblick/|TunnelBlick]]
==
==
{{tag>:linux:server :linux}}