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-After value from the most recent poll response, or undef if the server did not send one. Only populated after poll_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.