Regenerate certificates with longer expiration time
commitaf3b67d9f26ee0307a429fab8e2cbf197169aa99
authorPetr Písař <petr.pisar@atlas.cz>
Sat, 5 Sep 2015 16:07:24 +0000 (5 18:07 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Sun, 6 Sep 2015 07:50:44 +0000 (6 09:50 +0200)
treee9029c854a042cd695c26b2e87fa3a4e4420a059
parent41104b28b0154de6d93957af63e1b88fb2da0ec4
Regenerate certificates with longer expiration time

Certificates in server/tls directory are used when running simline tests.
The certificates expired at the end of August 2015, therefore
certificate_user_password_authentication test unit failed.

This fixes the tests by providing new certificates that are valid for next
50 years.

In the future, we will probably generate the certificates on the fly. This is
only a hotfix.

The new certificates have reversed order of fields in the distinguished names
(because GnuTLS' certtool does so and I'm lazy to generate them again).
Therefore the distinguished name of the client was adjusted in the test.
TODO
server/tls/ca.cert
server/tls/client.cert
server/tls/client.p12
server/tls/client_nss/cert8.db
server/tls/client_nss/key3.db
server/tls/client_nss/secmod.db
server/tls/server.cert
test/simline/certificate_user_password_authentication.c