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. |