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

#include <acme_client_config.h>

Public Member Functions

bool operator== (const ACMEClientConfig &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
 
std::optional< std::string > challenge_server_interface = std::nullopt
 

Member Function Documentation

◆ operator==()

bool ccf::ACMEClientConfig::operator== ( const ACMEClientConfig other) const
default

Member Data Documentation

◆ alternative_names

std::vector<std::string> ccf::ACMEClientConfig::alternative_names

◆ ca_certs

std::vector<std::string> ccf::ACMEClientConfig::ca_certs

◆ challenge_server_interface

std::optional<std::string> ccf::ACMEClientConfig::challenge_server_interface = std::nullopt

◆ challenge_type

std::string ccf::ACMEClientConfig::challenge_type = "http-01"

◆ contact

std::vector<std::string> ccf::ACMEClientConfig::contact

◆ directory_url

std::string ccf::ACMEClientConfig::directory_url

◆ not_after

std::optional<std::string> ccf::ACMEClientConfig::not_after

◆ not_before

std::optional<std::string> ccf::ACMEClientConfig::not_before

◆ service_dns_name

std::string ccf::ACMEClientConfig::service_dns_name

◆ terms_of_service_agreed

bool ccf::ACMEClientConfig::terms_of_service_agreed = false

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