pub fn load_der(
    key_path: &str,
    cert_path: &str
) -> Result<(PrivateKey, Certificate)>
Expand description

Loads the TLS key and certificate from the DER-encoded files.