This tutorial will guide you through the process of creation new client configuration for dockerized OpenVPN server.
After you ran your OpenVPN server in docker, you might want to create additional client configuration.
Starting from Dockovpn v1.4.0 you can do this.
Run "docker exec dockovpn ./genclient.sh" to generate and download client config as plain ovpn file.
Run "docker exec dockovpn ./genclient.sh z" to generate and download client config as zip archive.
Run "docker exec dockovpn ./genclient.sh zp pswd" to generate and download client config as zip archive with password protection. In this examples "dockovpn" is container name and "pawd" - zip archive password.
For more details see:
https://github.com/alekslitvinenk/doc...
https://dockovpn.io