In the course of testing Let's Encrypt's ACME v2 endpoint, we realized that the latest draft specifies "errors" as a plural array on challenges (vs singular "error" for earlier drafts implemented by Boulder and others). However, the ACME spec now also has subproblems as a way to express plural errors (mainly on new-order and finalize).
This means we have two different ways to express multiple errors: One for API requests, and one for validation responses. I propose to simplify the spec by using subproblems consistently in both places: https://github.com/ietf-wg-acme/acme/pull/388 _______________________________________________ Acme mailing list [email protected] https://www.ietf.org/mailman/listinfo/acme
