Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement finalizeURL for Orders #3123

Closed
jsha opened this issue Sep 26, 2017 · 1 comment
Closed

Implement finalizeURL for Orders #3123

jsha opened this issue Sep 26, 2017 · 1 comment
Assignees

Comments

@jsha
Copy link
Contributor

jsha commented Sep 26, 2017

Per ietf-wg-acme/acme#342

@jsha jsha added this to the Sprint 2017-09-26 milestone Sep 26, 2017
@jsha jsha assigned cpu Sep 26, 2017
@cpu
Copy link
Contributor

cpu commented Oct 11, 2017

Putting the final touches on this. Primarily missing WFE unit tests & comments.

rolandshoemaker pushed a commit that referenced this issue Nov 1, 2017
This PR implements order finalization for the ACME v2 API.

In broad strokes this means:

* Removing the CSR from order objects & the new-order flow
* Adding identifiers to the order object & new-order
* Providing a finalization URL as part of orders returned by new-order
* Adding support to the WFE's Order endpoint to receive finalization POST requests with a CSR
* Updating the RA to accept finalization requests and to ensure orders are fully validated before issuance can proceed
* Updating the SA to allow finding order authorizations & updating orders.
* Updating the CA to accept an Order ID to log when issuing a certificate corresponding to an order object

Resolves #3123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants