pub fn make_client_config( keypair: &Keypair, remote_peer_id: Option<PeerId>, ) -> Result<ClientConfig, GenError>
Create a TLS client configuration for libp2p.