pub fn make_client_config(
    keypair: &Keypair,
    remote_peer_id: Option<PeerId>
) -> Result<ClientConfig, GenError>
Expand description

Create a TLS client configuration for libp2p.