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
This is essentially identical to what we're already doing with our legacy rate limits. The most direct way to get this done is to haul the Renewal detection up from the legacy implementation in the RA to the WFE. Then pass the result of this check through to RA NewOrderAndAuthz method using a new RPC field so it can still be excepted from the legacy rate limits. If we do add a new RPC field track a TODO to its removal along with the legacy rate limits implementation.
The text was updated successfully, but these errors were encountered:
beautifulentropy
changed the title
Exempt renewals from NewOrdersPerAccount and CertificatesPerDomain limits. This must be based on an exact FQDNSet match.
ratelimits: Exempt renewals from NewOrdersPerAccount and CertificatesPerDomain limits
May 27, 2024
This is essentially identical to what we're already doing with our legacy rate limits. The most direct way to get this done is to haul the Renewal detection up from the legacy implementation in the RA to the WFE. Then pass the result of this check through to RA NewOrderAndAuthz method using a new RPC field so it can still be excepted from the legacy rate limits. If we do add a new RPC field track a TODO to its removal along with the legacy rate limits implementation.
The text was updated successfully, but these errors were encountered: