On Wed, 19 Mar 2025 01:54:19 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> A certificate created in the test will expire on 2026-03-20. This change adds > another 2000 days to it. The start date probably cannot change, because we have a rule `SHA1 denyAfter 2019-01-01` in `java.security` that only denies SHA1 signatures since 2019. That said, we can calculate the days between 2018-01-01 and today next year. Is that worth doing? I just want to fix this ASAP. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24107#issuecomment-2735142343