pub fn load_cert(
    zone_dir: &Path,
    tls_cert_config: &TlsCertConfig
) -> Result<(Vec<Certificate>, PrivateKey), String>
This is supported on crate feature dns-over-rustls only.
Expand description

Load a Certificate from the path (with rustls)