security

Setup OpenVPN on Ubuntu the Easy Way

How to setup OpenVPN on an Ubuntu box the easy way.
The best way to setup OpenVPN on Ubuntu, like many other things, is to script it. This way it’s easier to create uniform deployment across larger networks. So, this is how you setup OpenVPN on Ubuntu the easy way - this neat little script makes installing OpenVPN on an Ubuntu VPS simple: Go to your home directory: cd ~ Then create a file by running this command: cat > openvpn.sh #!