AcmeDomainParams Struct Reference
Domain parameters. More...
#include <acme_client.h>
Data Fields | |
| const char_t * | name |
| Domain name. More... | |
| AcmeChallengeType | challengeType |
| Challenge type. More... | |
Detailed Description
Domain parameters.
Definition at line 456 of file acme_client.h.
Field Documentation
◆ challengeType
| AcmeChallengeType challengeType |
Challenge type.
Definition at line 459 of file acme_client.h.
◆ name
| const char_t* name |
Domain name.
Definition at line 458 of file acme_client.h.
The documentation for this struct was generated from the following file:
- cyclone_acme/acme/acme_client.h
