Struct trust_dns_server::config::TlsCertConfig [] [src]

pub struct TlsCertConfig { /* fields omitted */ }

Configuration for a TLS certificate

Methods

impl TlsCertConfig
[src]

path to the pkcs12 der formated certificate file

optional password for open the pkcs12, none assumes no password

if it does not exist, one will be generated (with an EC key)

the certificate's subject name, e.g. "ns.example.com"

Trait Implementations

impl Decodable for TlsCertConfig
[src]

Deserialize a value using a Decoder.

impl PartialEq for TlsCertConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TlsCertConfig
[src]

Formats the value using the given formatter.