AcmeOrderParams Struct Reference

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_tpublicKey
 Certificate public key. More...
 
size_t publicKeyLen
 Length of the certificate public key, in bytes. More...
 
const char_tprivateKey
 Certificate private key. More...
 
size_t privateKeyLen
 Length of the certificate private key, in bytes. More...
 

Detailed Description

Certificate order parameters.

Definition at line 456 of file acme_client.h.

Field Documentation

◆ domains

Domain names that the client wishes to submit an order for.

Definition at line 459 of file acme_client.h.

◆ notAfter

DateTime notAfter

The requested value of the notAfter field in the certificate.

Definition at line 461 of file acme_client.h.

◆ notBefore

DateTime notBefore

The requested value of the notBefore field in the certificate.

Definition at line 460 of file acme_client.h.

◆ numDomains

uint_t numDomains

Number of domain names.

Definition at line 458 of file acme_client.h.

◆ privateKey

const char_t* privateKey

Certificate private key.

Definition at line 464 of file acme_client.h.

◆ privateKeyLen

size_t privateKeyLen

Length of the certificate private key, in bytes.

Definition at line 465 of file acme_client.h.

◆ publicKey

const char_t* publicKey

Certificate public key.

Definition at line 462 of file acme_client.h.

◆ publicKeyLen

size_t publicKeyLen

Length of the certificate public key, in bytes.

Definition at line 463 of file acme_client.h.


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