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
Once we've deployed the changes in #7508 to all WFEs and RAs and set CheckRenewalExemptionAtWFE to true, we can rely on false isRenewal values to be authoritative in both the WFE and the RA.
Remove CheckRenewalExemptionAtWFE feature flag
Remove feature flag check inside of the WFE's NewOrder method
Remove feature flag check inside of the RA's checkNewOrderLimits method
Remove ra.SA.FQDNSetExists inside of the RA's checkNewOrdersPerAccountLimit method.
Remove ra.SA.FQDNSetExists inside of the RA's checkCertificatesPerNameLimit method.
Once we've deployed the changes in #7508 to all WFEs and RAs and set CheckRenewalExemptionAtWFE to true, we can rely on false
isRenewalvalues to be authoritative in both the WFE and the RA.CheckRenewalExemptionAtWFEfeature flagNewOrdermethodcheckNewOrderLimitsmethodra.SA.FQDNSetExistsinside of the RA'scheckNewOrdersPerAccountLimitmethod.ra.SA.FQDNSetExistsinside of the RA'scheckCertificatesPerNameLimitmethod.