Certificate order parameters. More...
#include <acme_client.h>
Data Fields | |
uint_t | numDomains |
Number of domain names. More... | |
AcmeDomainParams | domains [ACME_CLIENT_MAX_DOMAINS] |
Domain names that the client wishes to submit an order for. More... | |
DateTime | notBefore |
The requested value of the notBefore field in the certificate. More... | |
DateTime | notAfter |
The requested value of the notAfter field in the certificate. More... | |
const char_t * | publicKey |
Certificate public key. More... | |
size_t | publicKeyLen |
Length of the certificate public key, in bytes. More... | |
const char_t * | privateKey |
Certificate private key. More... | |
size_t | privateKeyLen |
Length of the certificate private key, in bytes. More... | |
Detailed Description
Certificate order parameters.
Definition at line 468 of file acme_client.h.
Field Documentation
◆ domains
AcmeDomainParams domains[ACME_CLIENT_MAX_DOMAINS] |
Domain names that the client wishes to submit an order for.
Definition at line 471 of file acme_client.h.
◆ notAfter
DateTime notAfter |
The requested value of the notAfter field in the certificate.
Definition at line 473 of file acme_client.h.
◆ notBefore
DateTime notBefore |
The requested value of the notBefore field in the certificate.
Definition at line 472 of file acme_client.h.
◆ numDomains
uint_t numDomains |
Number of domain names.
Definition at line 470 of file acme_client.h.
◆ privateKey
const char_t* privateKey |
Certificate private key.
Definition at line 476 of file acme_client.h.
◆ privateKeyLen
size_t privateKeyLen |
Length of the certificate private key, in bytes.
Definition at line 477 of file acme_client.h.
◆ publicKey
const char_t* publicKey |
Certificate public key.
Definition at line 474 of file acme_client.h.
◆ publicKeyLen
size_t publicKeyLen |
Length of the certificate public key, in bytes.
Definition at line 475 of file acme_client.h.
The documentation for this struct was generated from the following file:
- cyclone_acme/acme/acme_client.h