Simple Bash script to Add/Remove/Export Client Certificates of your OpenVPN Docker Instance and also Install your OpenVPN Server (only on Debian Systems)
✅ Easy to use
✅ Installs everything for you
✅ Keeps System clean
✅ Fancy looking ✨ ASCII Art ✨
✅ Removes leftover Configuration files
🔶 Does not handle errors very well :/
- Sudo and Docker Privileges on your system
- Screen Installed
Just download the file straight from the main branch and run it on your OpenVPN Server.
It will work as a normal user with sudo privileges but wont be able to put your configurations into /opt/openvpn/clients
wget https://raw.githubusercontent.com/freddy1301/ovpn-manager/main/ovpn-manager.sh && chmod +x ovpn-manager.sh && sudo apt update && sudo apt install screen -y && ./ovpn-manager.sh