certbot/certbot-ci/certbot_integration_tests
Brad Warren 3147026211
Check OCSP as part of determining if the certificate is due for renewal (#7829)
Fixes #1028.

Doing this now because of https://community.letsencrypt.org/t/revoking-certain-certificates-on-march-4/.

The new `ocsp_revoked_by_paths` function  is taken from https://github.com/certbot/certbot/pull/7649 with the optional argument removed for now because it is unused.

This function was added in this PR because `storage.py` uses `self.latest_common_version()` to determine which certificate should be looked at for determining renewal status at 9f8e4507ad/certbot/certbot/_internal/storage.py (L939-L947)

I think this is unnecessary and you can just look at the currently linked certificate, but I don't think we should be changing the logic that code has always had now.

* Check OCSP status as part of determining to renew

* add integration tests

* add ocsp_revoked_by_paths
2020-03-03 11:07:15 -08:00
..
assets Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
certbot_tests Check OCSP as part of determining if the certificate is due for renewal (#7829) 2020-03-03 11:07:15 -08:00
nginx_tests Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
utils Spelling and grammar fixes (#7695) 2020-01-17 18:55:51 +01:00
.coveragerc Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
conftest.py Spelling and grammar fixes (#7695) 2020-01-17 18:55:51 +01:00