

It is used to create a root certificate authority, and request and sign certificates for OpenVPN. It allows you to generate multiple types of certificates. Once the OpenVPN package has been installed, you will need to download EasyRSA to your system.ĮasyRSA is a command-line utility to build and manage a PKI CA.
Easyvpn on 2921 install#
You can install it with the following command: apt-get install openvpn -y You can do this by running the following commands: apt-get update -yĪpt-get upgrade -y Step 2: Install OpenVPN and EasyRSAīy default, OpenVPN is included in the Debian default repository. Additionally, replace ‘root’ with the username of the admin account if necessary.īefore starting, you have to make sure that all Debian OS packages installed on the server are up to date. You will need to replace ‘IP_Address’ and ‘Port_number’ with your server’s respective IP address and SSH port number. Step 1: Log in to the Server & Update the Server OS Packagesįirst, log in to your Debian 10 server via SSH as the root user: ssh -p Port_number Access to the root user account (or access to an admin account with root privileges).Debian 10 VPS (we’ll be using our NVMe 2 VPS plan).

