Acmex v0.1.2 Acmex.Resource.Order View Source

This structure represents a client request for a certificate.

Link to this section Summary

Functions

Builds an order struct.

Link to this section Types

Link to this type

t()

View Source
t() :: %Acmex.Resource.Order{
  authorizations: [String.t()],
  certificate: String.t(),
  expires: String.t(),
  finalize: String.t(),
  identifiers: [%{type: String.t(), value: String.t()}],
  status: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

new(order, headers \\ [])

View Source
new(map(), keyword()) :: t()

Builds an order struct.