Available on crate feature
dns-over-rustls
only.Expand description
DNS over TLS server implementation for Rustls
Functionsยง
- new_
acceptor - Construct the new Acceptor with the associated pkcs12 data
- read_
cert - Read the certificate from the specified path.
- read_
key - Reads a private key from a pkcs8 formatted, and possibly encoded file
- read_
key_ from_ der - Reads a private key from a der formatted file
- read_
key_ from_ pem - Attempts to read a private key from a PEM formatted file.