Hyperledger Composer: Error: failed to request identity. Error trying to enroll user and return certificates

后端 未结 3 1692
鱼传尺愫
鱼传尺愫 2021-01-21 12:44

I am following a hyperledger composer tutorial.

I am not able to execute step 15. while executing command :

composer identity request -c Pee         


        
相关标签:
3条回答
  • 2021-01-21 13:24

    Or you can start fabric-ca manually by fabric-ca-server start -b admin:$ADMIN_PASSWORD command

    Thanks Kiran Thakkar

    0 讨论(0)
  • 2021-01-21 13:30

    I followed this suggestion and succeeded. Please try: Something wrong on deploy chaincode for hyperledger v1.0

    Instruction: looking for the IP adress of your docker and replace to 'localhost' in all files: enrollAdmin.js, invoke.js...

    0 讨论(0)
  • 2021-01-21 13:36

    This Composer Tutorial uses a modified version of byfn.sh which has a -a option to start the CA.

    Be sure to clone the specific repo as follows:
    git clone -b issue-6978 https://github.com/sstone1/fabric-samples.git

    and then start byfn with the -a option: ./byfn.sh -m up -s couchdb -a

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