AcmeAccountParams Struct Reference

ACME account creation parameters. More...

#include <acme_client.h>

Data Fields

uint_t numContacts
 Number of contact URLs. More...
 
const char_tcontacts [ACME_CLIENT_MAX_CONTACTS]
 Array of URLs that the server can use to contact the client. More...
 
bool_t termsOfServiceAgreed
 Indicates the client's agreement with the terms of service. More...
 
const char_tpublicKey
 Account public key. More...
 
size_t publicKeyLen
 Length of the account public key, in bytes. More...
 
const char_tprivateKey
 Account private key. More...
 
size_t privateKeyLen
 Length of the account private key, in bytes. More...
 
const char_tstatus
 Status of the account. More...
 

Detailed Description

ACME account creation parameters.

Definition at line 440 of file acme_client.h.

Field Documentation

◆ contacts

const char_t* contacts[ACME_CLIENT_MAX_CONTACTS]

Array of URLs that the server can use to contact the client.

Definition at line 443 of file acme_client.h.

◆ numContacts

uint_t numContacts

Number of contact URLs.

Definition at line 442 of file acme_client.h.

◆ privateKey

const char_t* privateKey

Account private key.

Definition at line 447 of file acme_client.h.

◆ privateKeyLen

size_t privateKeyLen

Length of the account private key, in bytes.

Definition at line 448 of file acme_client.h.

◆ publicKey

const char_t* publicKey

Account public key.

Definition at line 445 of file acme_client.h.

◆ publicKeyLen

size_t publicKeyLen

Length of the account public key, in bytes.

Definition at line 446 of file acme_client.h.

◆ status

const char_t* status

Status of the account.

Definition at line 449 of file acme_client.h.

◆ termsOfServiceAgreed

bool_t termsOfServiceAgreed

Indicates the client's agreement with the terms of service.

Definition at line 444 of file acme_client.h.


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