On Wed, 19 Mar 2025 01:54:19 GMT, Weijun Wang 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 sig
On Wed, 19 Mar 2025 01:54:19 GMT, Weijun Wang wrote:
> A certificate created in the test will expire on 2026-03-20. This change adds
> another 2000 days to it.
Okay lets fix this as-is for now. Making it future-proof would be nice as a
future RFE.
Thanks for the quick fix.
-
Mar
On Wed, 19 Mar 2025 01:54:19 GMT, Weijun Wang wrote:
> A certificate created in the test will expire on 2026-03-20. This change adds
> another 2000 days to it.
To future-proof this couldn't we set the expiration date based on the current
date minus X days?
I meant the start date sorry
--