pub fn generate_self_signed_cert_key_files( cert_file_path: &str, key_file_path: &str, ) -> Result<(), Box<dyn Error>>