aarongable / draft-acme-ari

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

Replace ARI POST with a new Order object field #51

Closed aarongable closed 11 months ago

aarongable commented 11 months ago

Remove the specification of POSTing to the renewalInfo URL to indicate that a certificate has been replaced. Instead, include that information directly in New Order requests. This allows clients to communicate replacement information without having to make additional requests, and allows servers to act on that information at issuance time (e.g. allowing new orders during ARI suggested windows to bypass rate limits).

DO NOT MERGE before https://github.com/aarongable/draft-acme-ari/pull/49 Fixes https://github.com/aarongable/draft-acme-ari/issues/50 Fixes https://github.com/aarongable/draft-acme-ari/issues/25