AcmeChallenge Struct Reference

Challenge object. More...

#include <acme_client.h>

Data Fields

AcmeChallengeType type
 Challenge type. More...
 
AcmeChallengeStatus status
 Status of the challenge. More...
 
char_t identifier [ACME_CLIENT_MAX_NAME_LEN+1]
 Domain name. More...
 
bool_t wildcard
 Wildcard domain name. More...
 
char_t url [ACME_CLIENT_MAX_URL_LEN+1]
 Challenge URL. More...
 
char_t token [ACME_CLIENT_MAX_TOKEN_LEN+1]
 Token value. More...
 
char_t keyAuth [ACME_CLIENT_MAX_KEY_AUTH_LEN+1]
 Key authorization. More...
 
char_t cert [ACME_CLIENT_MAX_TLS_ALPN_CERT_LEN+1]
 TLS-ALPN certificate. More...
 

Detailed Description

Challenge object.

Definition at line 546 of file acme_client.h.

Field Documentation

◆ cert

TLS-ALPN certificate.

Definition at line 556 of file acme_client.h.

◆ identifier

Domain name.

Definition at line 550 of file acme_client.h.

◆ keyAuth

Key authorization.

Definition at line 554 of file acme_client.h.

◆ status

Status of the challenge.

Definition at line 549 of file acme_client.h.

◆ token

Token value.

Definition at line 553 of file acme_client.h.

◆ type

Challenge type.

Definition at line 548 of file acme_client.h.

◆ url

Challenge URL.

Definition at line 552 of file acme_client.h.

◆ wildcard

bool_t wildcard

Wildcard domain name.

Definition at line 551 of file acme_client.h.


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