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 |
|---|---|
|
Optional notBefore instant or RFC3339 string. |
|
Optional notAfter instant or RFC3339 string. |
|
Optional profile name as a string. |