ibmamnt
ibmamnt

Reputation: 129

How do I generate "credentials" issued by "composer identity issue" required to access Hyperledger Fabric?

I have generated Composer identity via.

$ composer identity issue -p hlfv1 -n parcel-network -i admin -s adminpw -u administrator -a '<namespace>#administrator'
An identity was issued to the participant '<namespace>#administrator'
 The participant can now connect to the business network with the following details:
  userID = administrator
  userSecret = kwrDcuzuGvre

Command succeeded

Now, how do I create "credentials" to connect to business network ? The possible work around is to download the wallet, and then create credentials via "composer identity import". But I think this is not correct way.

Thanks !

Upvotes: 0

Views: 461

Answers (1)

Simon Stone
Simon Stone

Reputation: 495

There is a typo in the second command, adminstrator (in composer network ping) vs the issued identity administrator.

Upvotes: 1

Related Questions