Generating certificates for server
OpenVPN's default install directory and configuration resides in /usr/local/share/doc/openvpn
First, let's create a configuration directory for OpenVPN under /usr/local/etc/openvpn
# mkdir /usr/local/etc/openvpn
Now let's copy the sample configuration for the OpenVPN server, and the scripts we are going to need, in order to generate the certificates and keys for our server and clients.