“composer network ping” won't show the participant after “composer identity issue”

后端 未结 1 1847
半阙折子戏
半阙折子戏 2021-01-28 02:06

I am following steps in https://fabric-composer.github.io/managing/identity-issue.html to check the identity issuing for participants. I get no errors and when executing:

<
相关标签:
1条回答
  • 2021-01-28 02:33

    In order for this to work with fabric v0.6, you need to start up the membership service with the following environment variable MEMBERSRVC_CA_ACA_ENABLED=true easiest way to do this is to update your docker compose file, for example membersrvc: image: hyperledger/fabric-membersrvc ports: - '7054:7054' environment: - MEMBERSRVC_CA_ACA_ENABLED=true command: membersrvc your example should then have the participant field with the correct value.

    0 讨论(0)
提交回复
热议问题