letsencrypt / boulder

An ACME-based certificate authority, written in Go.
Mozilla Public License 2.0
5.06k stars 593 forks source link

Implement paused-account RA handler #7536

Open pgporada opened 3 weeks ago

pgporada commented 3 weeks ago

The RA will handle receiving an unpause request from the SFE and forwarding that request to the SA for actual account unpausing. The RA should emit a metric to calculate the duration between WFE JWT issuance and when the account was unpaused.

Related to https://github.com/letsencrypt/boulder/issues/7406 Related to https://github.com/letsencrypt/boulder/issues/7499