crypto-config.yaml 中 EnableNodeOUs 的含义?

Meaning of EnableNodeOUs in crypto-config.yaml?

只是想知道 EnableNodeOUs 标志在 crypto-config.yaml 中意味着什么?

例如:

 PeerOrgs:
  # ---------------------------------------------------------------------------
  # Org1
  # ---------------------------------------------------------------------------
  - Name: Org1
    Domain: org1.example.com
    EnableNodeOUs: true

在 Fabric v1.1 中,我们添加了将身份分类为 "client" 或 "peer" 的功能。这允许您在现有的 Org.memberOrg.admin 之外创建 Org.peerOrg.client 等策略。如果您启用这是密码生成器,它将生成使用此功能的 MSP。

http://hyperledger-fabric.readthedocs.io/en/release-1.1/msp.html#identity-classification

然后

http://hyperledger-fabric.readthedocs.io/en/release-1.1/endorsement-policies.html#specifying-endorsement-policies-for-a-chaincode

了解如何在背书策略中使用角色