- Each acme account has an index in this table. Before this change, the index would grow unchecked as orders accumulate. This change removes orders that have moved out of the 'PENDING' state.
* Pass the request context all the way down the ACME stack. * Save baseURL in context and use when generating ACME urls.