pingora_rustls

Function load_certs_and_key_files

Source
pub fn load_certs_and_key_files<'a>(
    cert: &str,
    key: &str,
) -> Result<Option<(Vec<CertificateDer<'a>>, PrivateKeyDer<'a>)>>
Expand description

Load the certificates and private key files