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