Open davidben opened 1 year ago
From an absolutely minimalist perspective, ACME can do almost everything necessary for MTC today:
batch_duration
minutes) but ACME already supports async finalizationcertificate
URL would return a (base64-encoded?) BikeshedCertificate rather than a PEM-encoded x509 CertificateThat'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.
Filing this to capture TODO in the doc