summaryrefslogtreecommitdiff
path: root/src/leap/common/testing/leaptest_combined_keycert.pem
AgeCommit message (Collapse)Author
2015-05-21[bug] get certificate times as UTC, add testsIvan Alejandro
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