简体   繁体   English

Hyperledger Fabric 框架中是否有任何注册机构?

[英]Is there any registration authorities in Hyperledger Fabric framework?

A Registration Authority (RA) is an authority in a network that verifies user requests for a digital certificate and tells the Certificate Authority (CA) to issue it.注册机构 (RA) 是网络中的一个机构,它验证用户对数字证书的请求并告诉证书机构 (CA) 颁发它。

R3 Corda has separated Registration Authority (RA) and Certificate Authority (CA). R3 Corda 将注册机构 (RA) 和证书机构 (CA) 分开。 Is this configuration applied in Hyperledger Fabric framework?此配置是否应用在 Hyperledger Fabric 框架中?

For registration purpose, so far the best option is using Hyperledger Fabric CA (Certificate Authority) .出于注册目的,到目前为止,最好的选择是使用Hyperledger Fabric CA(证书颁发机构)

For registering an new identity, we can use Fabric CA Client .为了注册一个新的身份,我们可以使用Fabric CA Client

We can also use openssl.我们也可以使用 openssl。

The Hyperledger Fabric CA is a Certificate Authority (CA) for Hyperledger Fabric. Hyperledger Fabric CA 是 Hyperledger Fabric 的证书颁发机构 (CA)。

It provides the following functionality:它提供以下功能:

  • Registration of identities, or connects to LDAP as the user registry.身份注册,或连接到 LDAP 作为用户注册表。

  • Issuance of Enrollment Certificates (ECerts).颁发注册证书 (ECerts)。

  • Certificate renewal and revocation.证书更新和撤销。

And it is not mandatory to use Fabric Certificate Authority, depends on the requirements/project we can use third party CA in Hyperledger Fabric Network.并且不是强制使用 Fabric 证书颁发机构,取决于我们可以在 Hyperledger Fabric 网络中使用第三方 CA 的要求/项目。

Here is one of the link which explains the functionality of CA in details from IBM Garage.这是 IBM Garage 中详细解释 CA 功能的链接之一。

https://medium.com/ibm-garage/using-3rd-party-root-cas-in-hyperledger-fabric-3cafa91d1260 https://medium.com/ibm-garage/using-3rd-party-root-cas-in-hyperledger-fabric-3cafa91d1260

暂无
暂无

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

相关问题 如何在Hyperledger Fabric中创建新块 - How to create a new block in Hyperledger Fabric 将成员添加到亚马逊托管区块链上的现有超级账本 Fabric 1.2 网络 - Adding member to existing hyperledger Fabric 1.2 network on amazonmanaged blockchain 在Hyperledger Fabric中,可以在2台不同的计算机上连接2个Org - In Hyperledger Fabric is it possible to connect 2 Org's on 2 different machines bin:不能 mkdir:权限被拒绝或平台特定的结构二进制文件无法在 Hyperledger Fabric 中下载 - bin: Cannot mkdir: Permission denied OR platform specific fabric binary is not available to download in Hyperledger Fabric Hyperledger Fabric SDK Go 安装错误。 这里出了什么问题以及如何解决? - Hyperledger Fabric SDK Go Installation Error. What is going wrong here and How to fix it? 实例化链码,sendPeersProposal-承诺被拒绝:错误:REQUEST_TIMEOUT,Hyperledger Fabric,Linux - Instantiate chaincode, sendPeersProposal - Promise is rejected: Error: REQUEST_TIMEOUT, Hyperledger Fabric, linux linux中是否有任何电话框架? - Is there any telephony framework in linux? 在Linux中检查MQ权限和MCAUSER - Checking MQ authorities and MCAUSER in Linux 有没有人知道一个很好的蓝牙框架,该框架可以在不在GPL下的Linux上运行? - Does any know a good Bluetooth framework that works on Linux not under GPL? 无法在 Ubuntu 上安装 Hyperledger Composer - Unable to install Hyperledger Composer on Ubuntu
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM