I’m implementing a vpn at my internship with OpenVpn on Windows. Currently I have a server running and the clients can connect.
Right now, the clients need to add the certificates and their key to the OpenVpn config, aswell as the config file.
I want a way to have “accounts”, so the users enter their emails and passwords and connect to the vpn, while also only needing to add the config file to the config folder. I know this is possible since I’ve used it this way to connect to my university’s network, but never implemented it.