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
pub fn load_certs_and_key_files<'a>(
cert: &str,
key: &str,
) -> Result<Option<(Vec<CertificateDer<'a>>, PrivateKeyDer<'a>)>>
Load the certificates and private key files