Apache HTTPD
Public Attributes | List of all members
tls_cert_spec_t Struct Reference

#include <tls_cert.h>

Public Attributes

const charcert_file
 
const charpkey_file
 
const charcert_pem
 
const charpkey_pem
 

Detailed Description

Specify a certificate via files or PEM data.

Definition at line 32 of file tls_cert.h.

Member Data Documentation

◆ cert_file

const char* tls_cert_spec_t::cert_file

Definition at line 33 of file tls_cert.h.

◆ cert_pem

const char* tls_cert_spec_t::cert_pem

Definition at line 35 of file tls_cert.h.

◆ pkey_file

const char* tls_cert_spec_t::pkey_file

Definition at line 34 of file tls_cert.h.

◆ pkey_pem

const char* tls_cert_spec_t::pkey_pem

Definition at line 36 of file tls_cert.h.


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