diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2009-09-18 14:14:00 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2009-09-21 17:08:46 +0100 |
commit | c2cbc5346062e9260ab30e7c67bebc4a8f5460e3 (patch) | |
tree | 3062a97295a5bc2fe9a5c7e1e936761bceff70e3 /.gitignore | |
parent | 81f9f5c01fa2de1b8e18a94095dc9fa14422e66f (diff) |
Check in generated certs as we preserve these now.
Note that this will all fall apart in 2037 some time; This change
means downstream won't need to include the cert generation tools
just to run the test suite.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 18 insertions, 16 deletions
@@ -88,23 +88,25 @@ tests/*report.xml # tests/certs/ca-0-key.pem # tests/certs/exp-cert.pem # keep these hanging around as we'd have # tests/certs/new-cert.pem # to build-dep on datefudge otherwise -tests/certs/ca-0-crl.pem -tests/certs/ca-1-cert.pem -tests/certs/ca-1-key.pem -tests/certs/ca-2-cert.pem -tests/certs/ca-2-key.pem -tests/certs/exp-key.pem -tests/certs/new-key.pem -tests/certs/rev-cert.pem -tests/certs/rev-key.pem -tests/certs/ss-cert.pem -tests/certs/ss-key.pem -tests/certs/tls-cert.pem -tests/certs/tls-key.pem -tests/certs/unknown-ca-key.pem -tests/certs/unknown-cert.pem -tests/certs/unknown-key.pem +# tests/certs/ca-0-crl.pem +# tests/certs/ca-1-cert.pem +# tests/certs/ca-1-key.pem +# tests/certs/ca-2-cert.pem +# tests/certs/ca-2-key.pem +# tests/certs/exp-key.pem +# tests/certs/new-key.pem +# tests/certs/rev-cert.pem +# tests/certs/rev-key.pem +# tests/certs/ss-cert.pem +# tests/certs/ss-key.pem +# tests/certs/tls-cert.pem +# tests/certs/tls-key.pem +# tests/certs/unknown-ca-key.pem +# tests/certs/unknown-cert.pem +# tests/certs/unknown-key.pem +tests/certtool +tests/tardis tests/certs/cas/* tests/certs/crl/* tests/wocky-roster-test |