Create OpenVPN client

The following instructions are for those VPSGet customers who have installed OpenVPN Ready2Go_CLI_Centos6 [vpsget]

If you need the only one client you can skip all the steps below and just download it from /etc/openvpn/keys/

If you need more than one client you can generate them with the next commands in ssh.

For example, how to create a 3 OpenVPN clients:

cd /etc/openvpn/easy-rsa/2.0/

chmod 755 *

source ./vars

./vars

./clean-all

./build-ca

./build-key-server server

./build-dh

./build-key client1

./build-key client2

./build-key client3

Now you can use these files for configuring OpenVPN client.

For example: How to Configure OpenVPN client on Windows

Was this answer helpful?

 Print this Article

Also Read

Pptpd on Centos 6

How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...

Disabling selinux

Selinux annoying you? Get it out! How to disable selinux Open its config file nano...

Squid+Privoxy+Tor

How to install squid with tor [NOTE: According to vpsget.com AUP/TOS you can use private proxy...

How to check connectivity/network speed of your VPS

If you concerned about network speed of your vps you can test it by downloading some test...

Oracle 11g EX on Centos 6 x64 vps

We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...