-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I think it would useful to add selecting the timezone during the initial configuration. This caused me a lot of headaches with OpenVPN. The default is UTC. So when I generated the certs, they got stamped with a UTC timestamp. However when I tried to use the certs, my clients were checking the timestamp against local time. They didn't take into account the different time zones. Maybe that is an error in the cert checking code. The certificates only became valid several hours after I created them. The windows openvpn client error was pretty verbose and told me what the problem was, but the ios openvpn app was not very verbose (and unfortunately that was the one I tried first). It's easy enough to do after the fact, but adding it in would probably be pretty easy and avoid some potential issues.