davidben / merkle-tree-certs

Other
9 stars 4 forks source link

Flesh out ACME interface #13

Open davidben opened 1 year ago

davidben commented 1 year ago

Filing this to capture TODO in the doc

aarongable commented 1 year ago

From an absolutely minimalist perspective, ACME can do almost everything necessary for MTC today:

That's just two minor changes for the most basic level of support.

But, that leaves on the floor a few key questions:

I'm personally leaning towards a world where a single newOrder request can end up resulting in issuance of multiple certificates for the same pubkey+identifiers. Perhaps where the finalized Order object contains a list of both certificate download URLs and metadata about each of those certificates.