Apache2
|
#include <md_reg.h>
Data Fields | |
const md_proto_t * | proto |
apr_pool_t * | p |
void * | baton |
struct apr_table_t * | env |
md_reg_t * | reg |
md_store_t * | store |
const char * | proxy_url |
const char * | ca_file |
const md_t * | md |
int | can_http |
int | can_https |
int | reset |
int | attempt |
int | retry_failover |
apr_interval_time_t | activation_delay |
Operating environment for a protocol driver. This is valid only for the duration of one run (init + renew, init + preload).
apr_interval_time_t md_proto_driver_t::activation_delay |
int md_proto_driver_t::attempt |
void* md_proto_driver_t::baton |
const char* md_proto_driver_t::ca_file |
int md_proto_driver_t::can_http |
int md_proto_driver_t::can_https |
struct apr_table_t* md_proto_driver_t::env |
const md_t* md_proto_driver_t::md |
apr_pool_t* md_proto_driver_t::p |
const md_proto_t* md_proto_driver_t::proto |
const char* md_proto_driver_t::proxy_url |
md_reg_t* md_proto_driver_t::reg |
int md_proto_driver_t::reset |
int md_proto_driver_t::retry_failover |
md_store_t* md_proto_driver_t::store |