certbot/certbot-ci/certbot_integration_tests/certbot_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
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 2 (#6821) 2019-04-11 18:07:36 -07:00
assertions.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
context.py Fix integration tests on Windows (#7271) 2019-08-07 00:02:16 +02:00
test_main.py Check OCSP as part of determining if the certificate is due for renewal (#7829) 2020-03-03 11:07:15 -08:00