pub fn read_private_key_from_file(
    path: impl AsRef<Path>
) -> Result<PrivateKey, LockKeeperError>
Expand description

Returns the first private key found in the pemfile at the given path