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

Adding a new disk drive to Centos 6

Installing a new HDD The disk drives in Centos is named hd* or sd*. In system with only one...

Sendmail [25: Connection refused] fix

If you can't receive email from the outside and got next error:  (Delivery Status Notification...

Squid with authentication on Centos 6

How to install Squid with authentication on Centos 6 >>Get VPS with current...

NFS on Centos 6

How to install NFS on Centos 6 yum install nfs-utils nfs-utils-lib Set nfs to start...

Asteriks +TLS+RSTP Encrypt on centos

IN PROGRESS! this guide was gathered from official asteriks wikies...