You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That will prevent all reuse of authzs that have a lifetime of less than a day, e.g. those for short-lived certs. To allow reuse of authzs that have (e.g.) 6 hours left out of their 7-hour total lifetime, we should make this cutoff proportional to their lifetime.
The text was updated successfully, but these errors were encountered:
Today, we only reuse authzs that have at least 1 day left before they expire:
boulder/ra/ra.go
Line 2368 in eda4966
That will prevent all reuse of authzs that have a lifetime of less than a day, e.g. those for short-lived certs. To allow reuse of authzs that have (e.g.) 6 hours left out of their 7-hour total lifetime, we should make this cutoff proportional to their lifetime.
The text was updated successfully, but these errors were encountered: