aarongable / draft-acme-ari

Internet Draft for the Automated Certificate Management Environment (ACME) Renewal Information (ARI) Extension
Other
3 stars 7 forks source link

Extend the ACME Order object with the ARI Payload #45

Open jvanasco opened 1 year ago

jvanasco commented 1 year ago

My idea for #42

  1. Added a subsection "### Extending ACME Order Objects with ARI"
  2. Added an "Interoperability Considerations" section. I've seen this in a handful of specs over the years.

Notes:

  1. I just defined the fields with "as defined in the aforementioned renewalInfo resource"
  2. The only messy thing about this approach is we have "Retry-After" as a header on the resource URL, and it's migrated to a "retryAfter" field within the account object. I don't like that, but I dislike even more the idea of making the "Retry-After" header a field in the resource URL.
aarongable commented 11 months ago

Now that I've merged https://github.com/aarongable/draft-acme-ari/pull/51, I think I'm much more amenable to including something like this in the next version. Want to update this to match the new layout (especially the IANA Considerations section)?

jvanasco commented 11 months ago

Sure. I'll try to get to it today or tomorrow.

jvanasco commented 11 months ago

Resubmitted via a force-push, as the other options were merge-commits or a new PR.

Note: in two places ("Interoperability Considerations" and "ACME Order Object Fields"), renewalInfo was added above replaces for alphabetical ordering.