Setting up an OpenVPN server
Pre-requisites
Install openvpn
. On Debian/Ubuntu:
apt-get install openvpn easy-rsa
Certificate setup
cd /etc/openvpn # Pick any directory
make-cadir easy-rsa # Directory to store easy-rsa CA
Edit the variables in easy-rsa/vars
and set appropr...
Read more