diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-20 18:39:10 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-21 17:41:06 -0300 |
commit | 00bfb22368c788bfc5de458e9159ee73cf3e66c7 (patch) | |
tree | 80cdcc784123ceb926cd7d96b6c8377ab5eb7977 /changes/bug-6994_vert-expiration-check-problem | |
parent | 60bcc511b5d715b4921645cad6c82adfacf7ec24 (diff) |
[bug] get certificate times as UTC, add tests
The certificate validity times were converted to local time and later on
compared with UTC time, which caused the certificate not being updated
at the right times.
Add tests to be sure this is not happenning again.
Add a joint pem file for the existing cert and key files to ease test.
- Resolves: #6994
Diffstat (limited to 'changes/bug-6994_vert-expiration-check-problem')
-rw-r--r-- | changes/bug-6994_vert-expiration-check-problem | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6994_vert-expiration-check-problem b/changes/bug-6994_vert-expiration-check-problem new file mode 100644 index 0000000..603e722 --- /dev/null +++ b/changes/bug-6994_vert-expiration-check-problem @@ -0,0 +1 @@ +- Fix time comparison between local and UTC times that caused the VPN certificates not being correctly downloaded on time. Closes #6994. |