Ok, thanks Daniel for your work. I appreciate it.
From what I've seen in the new version I wish you'd keep/add some parameters in the manager panel:
- with or without password authentification
This is still possible. But now, there's only two authentication method: certificate+login/password and certificate only
- change port to something else
This option has been removed from the panel (in fact, I tried to make it simpler), but can still be changed with the key in the db
- add "explicit-exit-notify 2" in the .ovpn (might be covered with the options)
It's not present for now, but not a bad idea. I'll do some test and may add this in a futur release
- add "--port-share" option for using tcp/443 for tunneling
Of course I've allready think about this as it would make the VPN accessible from anywhere. But it's not implemented for now for several reason:
- port-share is only available since openvpn 2.1 which isn't stable yet
- it'll require a lot of tweaks as it'll need to modify apache configuration to listen on another port.