Apache2
md_acme_t Struct Reference

#include <md_acme.h>

Collaboration diagram for md_acme_t:

Data Fields

const char * url
 
const char * sname
 
apr_pool_tp
 
const char * user_agent
 
const char * proxy_url
 
const char * ca_file
 
const char * acct_id
 
struct md_acme_acct_tacct
 
struct md_pkey_tacct_key
 
int version
 
union {
   struct {
      const char *   new_authz
 
      const char *   new_cert
 
      const char *   new_reg
 
      const char *   revoke_cert
 
   }   v1
 
   struct {
      const char *   new_account
 
      const char *   new_order
 
      const char *   key_change
 
      const char *   revoke_cert
 
      const char *   new_nonce
 
   }   v2
 
api
 
const char * ca_agreement
 
const char * acct_name
 
int eab_required
 
md_acme_new_nonce_fnnew_nonce_fn
 
md_acme_req_init_fnreq_init_fn
 
md_acme_post_fnpost_new_account_fn
 
struct md_http_thttp
 
const char * nonce
 
int max_retries
 
struct md_result_tlast
 

Field Documentation

◆ acct

struct md_acme_acct_t* md_acme_t::acct

◆ acct_id

const char* md_acme_t::acct_id

◆ acct_key

struct md_pkey_t* md_acme_t::acct_key

◆ acct_name

const char* md_acme_t::acct_name

◆ 

union { ... } md_acme_t::api

◆ ca_agreement

const char* md_acme_t::ca_agreement

◆ ca_file

const char* md_acme_t::ca_file

◆ eab_required

int md_acme_t::eab_required

◆ http

struct md_http_t* md_acme_t::http

◆ key_change

const char* md_acme_t::key_change

◆ last

struct md_result_t* md_acme_t::last

◆ max_retries

int md_acme_t::max_retries

◆ new_account

const char* md_acme_t::new_account

◆ new_authz

const char* md_acme_t::new_authz

◆ new_cert

const char* md_acme_t::new_cert

◆ new_nonce

const char* md_acme_t::new_nonce

◆ new_nonce_fn

md_acme_new_nonce_fn* md_acme_t::new_nonce_fn

◆ new_order

const char* md_acme_t::new_order

◆ new_reg

const char* md_acme_t::new_reg

◆ nonce

const char* md_acme_t::nonce

◆ p

apr_pool_t* md_acme_t::p

◆ post_new_account_fn

md_acme_post_fn* md_acme_t::post_new_account_fn

◆ proxy_url

const char* md_acme_t::proxy_url

◆ req_init_fn

md_acme_req_init_fn* md_acme_t::req_init_fn

◆ revoke_cert

const char* md_acme_t::revoke_cert

◆ sname

const char* md_acme_t::sname

◆ url

const char* md_acme_t::url

◆ user_agent

const char* md_acme_t::user_agent

◆ 

struct { ... } md_acme_t::v1

◆ 

struct { ... } md_acme_t::v2

◆ version

int md_acme_t::version

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