Function pimsync::tls::cert_and_key_from_pemfile
source ยท pub(crate) fn cert_and_key_from_pemfile(
path: &Path,
) -> Result<(Vec<CertificateDer<'static>>, PrivateKeyDer<'static>)>
Expand description
Load certificates and a key file from a pem-encoded file.