Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Remove proactive issuance & csr-first new-order. #342

Merged
merged 7 commits into from
Nov 28, 2017

Commits on Sep 26, 2017

  1. Remove proactive issuance & csr-first new-order.

    This commit implements the proposed replacement of proactive issuance
    and the "CSR first" new-order flow proposed on the ACME mailing list[0].
    
    Mentions of proactive issuance are removed. The CSR field of the order
    object is removed. A new "finalizeURL" field is added to the order
    object. A new "identifiers" field is added to the order object. Issuance
    process is updated to describe submitting identifiers in the new-order
    request and POSTing a CSR to the order's finalizeURL.
    
    [0] https://mailarchive.ietf.org/arch/msg/acme/DIjJEB06J5cFyuOlGPVcY2I51vg
    Daniel committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    032fdb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Don't use overloaded 'order' word

    Daniel committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    729dd1c View commit details
    Browse the repository at this point in the history
  2. Clarify CSR must match order idents exactly

    Daniel committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    920ba9c View commit details
    Browse the repository at this point in the history
  3. Cleanup & further harmonization.

    This commit:
    * updates the Action,Request,Response table for the
      finalization process.
    * updates the example order object with a certificate URL to be status
      "valid" (since a cert has been issued)
    * clarifies the finalization language w.r.t errors
    * updates the registry of order fields to capture the finalizeURL
    Daniel committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    9fe0cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Update Order Objects example JSON

    Daniel committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    5c6c906 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Clarify wildcard DNS identifier requirements in new-order.

    The spec should be more precise about the fact that a wildcard
    identifier is specific to DNS type identifiers and must follow the
    conventions of the web PKI w.r.t number & placement of wildcard
    characters.
    Daniel committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    58eec44 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Refine wildcard ident value clarification.

    This commit incorporates feedback from @jsha (thanks!) refining the
    wildcard identifier value clarification.
    Daniel committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f451f2c View commit details
    Browse the repository at this point in the history