AcmeOrder Struct Reference

Order object. More...

#include <acme_client.h>

Data Fields

AcmeOrderStatus status
 Status of the order. More...
 
char_t url [ACME_CLIENT_MAX_URL_LEN+1]
 Order URL. More...
 
char_t finalize [ACME_CLIENT_MAX_URL_LEN+1]
 Finalize URL. More...
 
char_t certificate [ACME_CLIENT_MAX_URL_LEN+1]
 Certificate URL. More...
 

Detailed Description

Order object.

Definition at line 521 of file acme_client.h.

Field Documentation

◆ certificate

Certificate URL.

Definition at line 526 of file acme_client.h.

◆ finalize

Finalize URL.

Definition at line 525 of file acme_client.h.

◆ status

Status of the order.

Definition at line 523 of file acme_client.h.

◆ url

Order URL.

Definition at line 524 of file acme_client.h.


The documentation for this struct was generated from the following file: