Reputation: 2107
I follow this site: https://www.ibm.com/developerworks/cloud/library/cl-add-an-organization-to-your-hyperledger-fabric-blockchain/index.html . And I had some problem at section 4. the section 4 said that, I should add a new org json content ( that is Org3MSP ). But the doc didn't mention how to generate the json
content. especially there are some string which look like a pem.
Upvotes: 1
Views: 599
Reputation: 69
You have to update configtx.yaml and crypto-config.yaml file. Once you edit you have to runn cryptogen tool to generated related certificates.
Upvotes: 0
Reputation: 4037
The documentation for v1.1.x has been updated to add a tutorial for reconfiguring an existing Hyperledger Fabric blockchain network (the "build your first network" sample network) to add a new organization and peer to an existing channel.
The general flow will be to:
configtxlator
server to interact with the config block of
the channelpeer channel fetch
commandconfigtxlator
serverconfigtxlator
configtxlator
peer channel update
commandpeer channel fetch
peer channel join
Yes, it is a bit involved, but we expect that much of this will be automated and simplified for the administrator over time.
Upvotes: 1