Table of Contents

VPN - Add Client

Adding a new client to OpenVPN

From: http://openvpn.net/index.php/open-source/documentation/howto.html#pki

  1. As root, go to /etc/openvpn/easy-rsa/
  2. Prep:
    # . ./vars
  3. Make the key - Common Name is the clients-name:
    # ./build-key clients-name
  4. Add client to /etc/openvpn/ccd/ if applicable
  5. 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

TunnelBlick