Function pimsync::tls::key_from_pemfile
source ยท pub(crate) fn key_from_pemfile(path: &Path) -> Result<PrivateKeyDer<'static>>
Expand description
Load a keyfile from a PEM-encoded file.
pub(crate) fn key_from_pemfile(path: &Path) -> Result<PrivateKeyDer<'static>>
Load a keyfile from a PEM-encoded file.