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

Backing up VPS from the inside

This guide will show you how to backup your vsp/container "from the inside vps". First of...

CSF

ConfigServer Security & Firewall (CSF) is a powerful iptables configuration tool....

Forward (redirect/nat) traffic with iptables

If you want to redirect/nat some traffic to IP 2.2.2.2 via IP 1.1.1.1, it simply can be done...

nginx

How to install nginx on Centos Add nginx repo first. To add it, create the file...

Dovecot /postfix with Roundcube WebUI

Following guide was tested on CentOS 6. Install epel repository: wget...