Exemplos de Uso
$
yum install openvpn easy-rsa -y
$
wget https://git.io/vpn -O openvpn-install.sh
bash openvpn-install.sh
$
systemctl enable openvpn@server
systemctl start openvpn@server
$
ip addr show tun0
systemctl status openvpn@server