Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test certificates expired #30

Open
ellert opened this issue Sep 29, 2022 · 3 comments
Open

Test certificates expired #30

ellert opened this issue Sep 29, 2022 · 3 comments
Assignees

Comments

@ellert
Copy link
Contributor

ellert commented Sep 29, 2022

$ for x in $(find . -name *.cert.pem) ; do echo $x ; openssl x509 -in $x -noout -dates ; done
./src/test/resources/vomsdir-expired-aa-cert/expired.cert.pem
notBefore=Dec 1 00:00:00 2011 GMT
notAfter=Dec 2 00:00:00 2011 GMT
./src/test/resources/homes/pem-creds/.globus/test0.cert.pem
notBefore=Sep 26 15:39:34 2012 GMT
notAfter=Sep 24 15:39:34 2022 GMT
./src/test/resources/vomsdir-fake-aa-cert/test_host_2_cnaf_infn_it.cert.pem
notBefore=Dec 14 18:44:17 2012 GMT
notAfter=Dec 12 18:44:17 2022 GMT
./src/test/resources/certs/expired_cert_host_cnaf_infn_it.cert.pem
notBefore=Dec 14 19:06:15 2012 GMT
notAfter=Dec 12 19:06:15 2022 GMT
./src/test/resources/certs/test1.cert.pem
notBefore=Sep 26 15:39:36 2012 GMT
notAfter=Sep 24 15:39:36 2022 GMT
./src/test/resources/certs/test4.cert.pem
notBefore=Sep 26 15:39:44 2012 GMT
notAfter=Sep 24 15:39:44 2022 GMT
./src/test/resources/certs/test_host_cnaf_infn_it.cert.pem
notBefore=Oct 10 16:03:07 2012 GMT
notAfter=Oct 8 16:03:07 2022 GMT
./src/test/resources/certs/test0.cert.pem
notBefore=Sep 26 15:39:34 2012 GMT
notAfter=Sep 24 15:39:34 2022 GMT
./src/test/resources/certs/test5.cert.pem
notBefore=Sep 26 15:39:47 2012 GMT
notAfter=Sep 24 15:39:47 2022 GMT
./src/test/resources/certs/revoked.cert.pem
notBefore=Sep 26 15:20:43 2012 GMT
notAfter=Sep 24 15:20:43 2022 GMT
./src/test/resources/certs/expired.cert.pem
notBefore=Dec 1 00:00:00 2011 GMT
notAfter=Dec 2 00:00:00 2011 GMT
./src/test/resources/certs/wilco_cnaf_infn_it.cert.pem
notBefore=Sep 26 15:08:56 2012 GMT
notAfter=Sep 24 15:08:56 2022 GMT
./src/test/resources/certs/test2.cert.pem
notBefore=Sep 26 15:39:38 2012 GMT
notAfter=Sep 24 15:39:38 2022 GMT
./src/test/resources/certs/test_host_2_cnaf_infn_it.cert.pem
notBefore=Dec 14 18:44:17 2012 GMT
notAfter=Dec 12 18:44:17 2022 GMT
./src/test/resources/certs/test3.cert.pem
notBefore=Sep 26 15:39:41 2012 GMT
notAfter=Sep 24 15:39:41 2022 GMT
./src/test/resources/perm-test/test1.cert.pem
notBefore=Sep 26 15:39:36 2012 GMT
notAfter=Sep 24 15:39:36 2022 GMT
./src/test/resources/perm-test/test0.cert.pem
notBefore=Sep 26 15:39:34 2012 GMT
notAfter=Sep 24 15:39:34 2022 GMT

@ellert
Copy link
Contributor Author

ellert commented Oct 11, 2022

Since I filed this issue one more of the certificates in the above list has expired and 11 more tests are failing...

@ellert
Copy link
Contributor Author

ellert commented Dec 16, 2022

This week one more certificate expired, and now there is one more failing test.

@giacomini giacomini self-assigned this Jan 14, 2025
@giacomini
Copy link
Member

We are going to generate the test certificates on the fly. I hope that's ok with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants