OpenVPN
From Sam J Wiki
Adding a new client.
To add a new client, we are going to first create a certificate using easy-rsa.
As root:
> cd ~/openvpn-ca
> ./easyrsa gen-req jonphone nopass
> ./easyrsa sign-req client jonphone
To add a new client, we are going to first create a certificate using easy-rsa.
As root:
> cd ~/openvpn-ca
> ./easyrsa gen-req jonphone nopass
> ./easyrsa sign-req client jonphone