From 00bfb22368c788bfc5de458e9159ee73cf3e66c7 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 20 May 2015 18:39:10 -0300 Subject: [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 --- changes/bug-6994_vert-expiration-check-problem | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6994_vert-expiration-check-problem (limited to 'changes') 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. -- cgit v1.2.3