简体   繁体   English

使用端点设备连接到Hyperledger Fabric CA-Server

[英]Connecting to a Hyperledger Fabric CA-Server using an endpoint device

I have setup a Hyperledger Fabric CA-Server on an Ubuntu machine. 我已经在Ubuntu计算机上设置了Hyperledger Fabric CA服务器。 I have enrolled an admin and also tried enrolling a few users. 我已经注册了管理员,还尝试注册了一些用户。 It worked perfectly fine. 它工作得很好。

I now want to register a few users through a Windows machine (Client) by sending requests to the validator machine. 我现在想通过将请求发送到验证器计算机来通过Windows计算机(客户端)注册一些用户。

  • 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? 如何使用结构网络的API? Currently, it says, 'Listening on http://0.0.0.0:7054' . 目前,它说的是'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: 有两种方法可以从客户端计算机管理用户,如下所示:

  • The fabric-ca-client CLI - documentation here . fabric-ca-client CLI-文档在此处 The compiled binary can be downloaded from the Hyperledger Nexus Repository here . 可以从此处的Hyperledger Nexus Repository下载已编译的二进制文件。
  • The FabricCAClient class in the Hyperledger Fabric Node SDK - documentation here . Hyperledger Fabric Node SDK中的FabricCAClient类 -文档在此处 Sample code can also be found here in the fabric-samples repository. 示例代码也可以发现这里的织物样品库。 Prerequisites and setup instructions here . 前提条件和设置说明在此处

Both of these methods use the Fabric CA API to communicate with the Fabric CA server. 这两种方法都使用Fabric CA API与Fabric CA服务器通信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM