#include <acme_client.h>
◆ operator==()
bool ACME::ClientConfig::operator== |
( |
const ClientConfig & |
other | ) |
const |
|
default |
◆ 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: