kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.62k stars 2.37k forks source link

[Question] How to generate .ovpn with autologin? #643

Open Edelf opened 3 years ago

Edelf commented 3 years ago

Hi,

Is there a way to create a user with auto-login enabled ?

I want to configure a windows docker image (to deploy on kubernetes) that auto connects to the OpenVpn server. Currently I'm trying to achieve that using the ovpnconnector.exe [link]

Thank you