Skip to main content

Deploy Server and Client


Install OpenVPN and EasyRSA

apt install -y openvpn easy-rsa

Create CA

cd /etc/openvpn
make-cadir ~/easy-rsa
cd easy-rsa
./easyrsa init-pki

Create Server Cert