CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ACME::ClientConfig Struct Reference

#include <acme_client.h>

Public Member Functions

bool operator== (const ClientConfig &other) const =default
 

Public Attributes

std::vector< std::string > ca_certs
 
std::string directory_url
 
std::string service_dns_name
 
std::vector< std::string > alternative_names
 
std::vector< std::string > contact
 
bool terms_of_service_agreed = false
 
std::string challenge_type = "http-01"
 
std::optional< std::string > not_before
 
std::optional< std::string > not_after
 

Member Function Documentation

◆ operator==()

bool ACME::ClientConfig::operator== ( const ClientConfig other) const
default

Member Data Documentation

◆ alternative_names

std::vector<std::string> ACME::ClientConfig::alternative_names

◆ ca_certs

std::vector<std::string> ACME::ClientConfig::ca_certs

◆ challenge_type

std::string ACME::ClientConfig::challenge_type = "http-01"

◆ contact

std::vector<std::string> ACME::ClientConfig::contact

◆ directory_url

std::string ACME::ClientConfig::directory_url

◆ not_after

std::optional<std::string> ACME::ClientConfig::not_after

◆ not_before

std::optional<std::string> ACME::ClientConfig::not_before

◆ service_dns_name

std::string ACME::ClientConfig::service_dns_name

◆ terms_of_service_agreed

bool ACME::ClientConfig::terms_of_service_agreed = false

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