libcoap 4.3.4-develop-c081bb6
coap_pki_key_pem_t Struct Reference

The structure that holds the PKI PEM definitions. More...

#include <coap_dtls.h>

Data Fields

const char * ca_file
 File location of Common CA (and any intermediates) in PEM format. More...
 
const char * public_cert
 File location of Public Cert. More...
 
const char * private_key
 File location of Private Key in PEM format. More...
 

Detailed Description

The structure that holds the PKI PEM definitions.

Definition at line 200 of file coap_dtls.h.

Field Documentation

◆ ca_file

const char* coap_pki_key_pem_t::ca_file

File location of Common CA (and any intermediates) in PEM format.

Definition at line 201 of file coap_dtls.h.

◆ private_key

const char* coap_pki_key_pem_t::private_key

File location of Private Key in PEM format.

Definition at line 204 of file coap_dtls.h.

◆ public_cert

const char* coap_pki_key_pem_t::public_cert

File location of Public Cert.

Definition at line 203 of file coap_dtls.h.


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