pub fn read_key_from_pkcs8(
path: &Path,
password: Option<&str>,
) -> Result<PKey<Private>, ProtoError>
Available on crate feature
dns-over-openssl
only.Expand description
Reads a private key from a pkcs8 formatted, and possibly encoded file