使用端点设备连接到Hyperledger Fabric CA-Server [英] Connecting to a Hyperledger Fabric CA-Server using an endpoint device

查看:92
本文介绍了使用端点设备连接到Hyperledger Fabric CA-Server的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Ubuntu计算机上设置了Hyperledger Fabric CA服务器.我已经注册了管理员,还尝试注册了一些用户.效果很好.

I have setup a Hyperledger Fabric CA-Server on an Ubuntu machine. I have enrolled an admin and also tried enrolling a few users. It worked perfectly fine.

我现在想通过将请求发送到验证器计算机来通过Windows计算机(客户端)注册一些用户.

I now want to register a few users through a Windows machine (Client) by sending requests to the validator machine.

  • 我该如何进行?
  • 要在客户端计算机上安装的先决条件是什么?
  • 如何使用结构网络的API?当前,它说'Listening on http://0.0.0.0:7054'.应该禁用防火墙吗?
  • How do I proceed for this?
  • What are the prerequisites to be installed in the client machine?
  • How do I make use of the APIs of the Fabric network? Currently, it says, 'Listening on http://0.0.0.0:7054'. Should the Firewall be disabled?

推荐答案

有两种方法可以从客户端计算机管理用户,如下所示:

There are two methods for managing users from a client machine, as follows:

  • fabric-ca-client CLI -文档这里.还可以在此处中找到示例代码fabric-samples存储库.前提条件和设置说明此处.
  • The fabric-ca-client CLI - documentation here. The compiled binary can be downloaded from the Hyperledger Nexus Repository here.
  • The FabricCAClient class in the Hyperledger Fabric Node SDK - documentation here. Sample code can also be found here in the fabric-samples repository. Prerequisites and setup instructions here.

这两种方法都使用Fabric CA API与Fabric CA服务器通信.

Both of these methods use the Fabric CA API to communicate with the Fabric CA server.

这篇关于使用端点设备连接到Hyperledger Fabric CA-Server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆