Apache2
md_srv_conf_t Struct Reference

#include <mod_md_config.h>

Collaboration diagram for md_srv_conf_t:

Data Fields

const char * name
 
const server_recs
 
md_mod_conf_tmc
 
int transitive
 
md_require_t require_https
 
int renew_mode
 
int must_staple
 
struct md_pkeys_spec_tpks
 
md_timeslice_trenew_window
 
md_timeslice_twarn_window
 
struct apr_array_header_tca_urls
 
const char * ca_contact
 
const char * ca_proto
 
const char * ca_agreement
 
struct apr_array_header_tca_challenges
 
const char * ca_eab_kid
 
const char * ca_eab_hmac
 
int stapling
 
int staple_others
 
const char * dns01_cmd
 
md_tcurrent
 
struct apr_array_header_tassigned
 
int is_ssl
 

Field Documentation

◆ assigned

struct apr_array_header_t* md_srv_conf_t::assigned

◆ ca_agreement

const char* md_srv_conf_t::ca_agreement

◆ ca_challenges

struct apr_array_header_t* md_srv_conf_t::ca_challenges

◆ ca_contact

const char* md_srv_conf_t::ca_contact

◆ ca_eab_hmac

const char* md_srv_conf_t::ca_eab_hmac

◆ ca_eab_kid

const char* md_srv_conf_t::ca_eab_kid

◆ ca_proto

const char* md_srv_conf_t::ca_proto

◆ ca_urls

struct apr_array_header_t* md_srv_conf_t::ca_urls

◆ current

md_t* md_srv_conf_t::current

◆ dns01_cmd

const char* md_srv_conf_t::dns01_cmd

◆ is_ssl

int md_srv_conf_t::is_ssl

◆ mc

md_mod_conf_t* md_srv_conf_t::mc

◆ must_staple

int md_srv_conf_t::must_staple

◆ name

const char* md_srv_conf_t::name

◆ pks

struct md_pkeys_spec_t* md_srv_conf_t::pks

◆ renew_mode

int md_srv_conf_t::renew_mode

◆ renew_window

md_timeslice_t* md_srv_conf_t::renew_window

◆ require_https

md_require_t md_srv_conf_t::require_https

◆ s

const server_rec* md_srv_conf_t::s

◆ staple_others

int md_srv_conf_t::staple_others

◆ stapling

int md_srv_conf_t::stapling

◆ transitive

int md_srv_conf_t::transitive

◆ warn_window

md_timeslice_t* md_srv_conf_t::warn_window

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