ol.clave.acme.impl.order

create-identifier

(create-identifier identifier)
(create-identifier identifier-type identifier-value)

create

(create identifiers)
(create identifiers opts)

build-order-payload

(build-order-payload order)

Build an ACME newOrder payload from a qualified order map.

Parameters: - order - Order map with ::acme/identifiers and optional ::acme/notBefore, ::acme/notAfter, ::acme/replaces.

The replaces field (RFC 9773) links a renewal order to its predecessor certificate using the ARI unique identifier format.


normalize-order

(normalize-order order location)

ensure-identifiers-consistent

(ensure-identifiers-consistent expected order)

order-ready?

(order-ready? order)

order-terminal?

(order-terminal? order)