pub fn read_key_from_pkcs8( path: &Path, password: Option<&str>, ) -> Result<PKey<Private>, ProtoError>
Reads a private key from a pkcs8 formatted, and possibly encoded file