Commit Graph

3 Commits (3e80f41c19a6b7bc10907fae8f114051d12c1a14)

Author SHA1 Message Date
max furman 704a510a2a Remove non-pending orders from the acme_orders_by_account index ...
- 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.
4 years ago
max furman e1409349f3 Allow relative URL for all links in ACME api ...
* Pass the request context all the way down the ACME stack.
* Save baseURL in context and use when generating ACME urls.
4 years ago
max furman e3826dd1c3 Add ACME CA capabilities 5 years ago