ol.clave.acme.order

Helpers for building and inspecting ACME orders.

create-identifier

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

Construct an identifier map from identifier or type and value.

type may be a string or keyword such as dns or :dns.


create

(create identifiers)
(create identifiers opts)

Construct an order map with the supplied identifiers and options.

Options:

| key | description | |---------------|-----------------------------------------------| | :not-before | Optional notBefore instant or RFC3339 string. | | :not-after | Optional notAfter instant or RFC3339 string. | | :profile | Optional profile name as a string. |


identifiers

(identifiers order)

Return the identifiers on an order map.


authorizations

(authorizations order)

Return the authorization URLs from an order map.


url

(url order)

Return the order URL from an order map.


certificate-url

(certificate-url order)

Return the certificate URL from an order map.