Apache2
|
#include <mod_md_config.h>
Data Fields | |
apr_array_header_t * | mds |
const char * | base_dir |
const char * | proxy_url |
struct md_reg_t * | reg |
struct md_ocsp_reg_t * | ocsp |
int | local_80 |
int | local_443 |
int | can_http |
int | can_https |
int | manage_base_server |
int | hsts_max_age |
const char * | hsts_header |
apr_array_header_t * | unused_names |
struct apr_hash_t * | init_errors |
const char * | notify_cmd |
const char * | message_cmd |
struct apr_table_t * | env |
int | dry_run |
int | server_status_enabled |
int | certificate_status_enabled |
md_timeslice_t * | ocsp_keep_window |
md_timeslice_t * | ocsp_renew_window |
const char * | cert_check_name |
const char * | cert_check_url |
const char* md_mod_conf_t::base_dir |
int md_mod_conf_t::can_http |
int md_mod_conf_t::can_https |
const char* md_mod_conf_t::cert_check_name |
const char* md_mod_conf_t::cert_check_url |
int md_mod_conf_t::certificate_status_enabled |
int md_mod_conf_t::dry_run |
struct apr_table_t* md_mod_conf_t::env |
const char* md_mod_conf_t::hsts_header |
int md_mod_conf_t::hsts_max_age |
struct apr_hash_t* md_mod_conf_t::init_errors |
int md_mod_conf_t::local_443 |
int md_mod_conf_t::local_80 |
int md_mod_conf_t::manage_base_server |
apr_array_header_t* md_mod_conf_t::mds |
const char* md_mod_conf_t::message_cmd |
const char* md_mod_conf_t::notify_cmd |
struct md_ocsp_reg_t* md_mod_conf_t::ocsp |
md_timeslice_t* md_mod_conf_t::ocsp_keep_window |
md_timeslice_t* md_mod_conf_t::ocsp_renew_window |
const char* md_mod_conf_t::proxy_url |
struct md_reg_t* md_mod_conf_t::reg |
int md_mod_conf_t::server_status_enabled |
apr_array_header_t* md_mod_conf_t::unused_names |