OpenVPN without PKI on Ubuntu 24.04
It’s mostly copy-paste version of the original OpenVPN example with
exception to editing /etc/sysctl.conf
, figuring out default interface and downloading ovpn file.
Install and copy configs:
sudo apt update
sudo apt upgrade
sudo reboot
sudo apt install...