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
| char_t certificate[ACME_CLIENT_MAX_URL_LEN+1] | 
Certificate URL.
Definition at line 526 of file acme_client.h.
◆ finalize
| char_t finalize[ACME_CLIENT_MAX_URL_LEN+1] | 
Finalize URL.
Definition at line 525 of file acme_client.h.
◆ status
| AcmeOrderStatus status | 
Status of the order.
Definition at line 523 of file acme_client.h.
◆ url
| char_t url[ACME_CLIENT_MAX_URL_LEN+1] | 
Order URL.
Definition at line 524 of file acme_client.h.
The documentation for this struct was generated from the following file:
- cyclone_acme/acme/acme_client.h
