pub async fn run( host: &str, port: u16, server_name: &str, ca: Arc<CertificateAuthority>, ) -> Result<()>
Run the C2 server.