NAME
Net::ACME2::Order
DESCRIPTION
The ACME Order object.
ACCESSORS
These provide text strings as defined in the ACME specification:
id()
status()
expires()
notBefore()
notAfter()
certificate()
finalize()
retry_after()
The
Retry-Aftervalue from the most recent poll response, orundefif the server did not send one. Only populated afterpoll_order().
OBJ->retry_after_seconds()
Parses the Retry-After header value (from the most recent poll) into an integer number of seconds. Handles both delay-seconds and HTTP-date formats per RFC 7231.
Returns undef if no Retry-After was present, or 0 if the HTTP-date is in the past.
OBJ->authorizations()
The URLs for the order’s authorizations.
OBJ->identifiers()
The order’s identifiers, as a list of hash references. The content matches the ACME specification.