Can there be multiple Hyperledger Fabric CA servers in the same blockchain

+1 vote
I was going through the Hyperledger Fabric CA documentation and was understanding the architecture and the working. One diagram there displayed a cluster of CA servers in the blockchain. I just wanted to know whether it is possible to have/run multiple CA servers(each CA server belonging to a different organization) in the same blockchain. Please help.

Thank you.
Jun 26, 2018 in Blockchain by digger
• 26,740 points
2,085 views

1 answer to this question.

+2 votes
Best answer

Yes, you can run multiple CA servers that belong to different organizations in the same blockchain, provided that the cacerts directory of the MSP directory contains the certificate authority chains of other certificate authorities which represents the roots of trust for the peer.

To do these, you have to first initialize your CA server and after that, you can get the root certificates using the 

fabric-ca-client getcainfo 

command. 

The fabric-ca-client getcainfo command is used to retrieve these certificate chains from other 
Fabric CA server instances.

For more information, check out the following link.
http://hyperledger-fabric-ca.readthedocs.io/en/latest/users-guide.html#getting-a-ca-certificate-chain-from-another-fabric-ca-server

answered Jun 27, 2018 by Omkar
• 69,210 points

selected Jun 27, 2018 by digger

Related Questions In Blockchain

+1 vote
1 answer

Can Blocks be reorganized in the blockchain?

In practical applications, invalid transactions can not ...READ MORE

answered Jul 18, 2018 in Blockchain by Varun

edited Aug 3, 2018 by Omkar 515 views
+2 votes
2 answers

How can I traverse the blocks of transactions in hyperledger fabric?

For hyperledger fabric you can use query ...READ MORE

answered May 8, 2018 in Blockchain by Rachel
5,077 views
0 votes
2 answers

is there any way of getting all data in hyperledger fabric before we start the ledger

Hey, @Harinishree, You can also do one thing, ...READ MORE

answered Jun 4, 2020 in Blockchain by Gitika
• 65,910 points
1,285 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,233 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
725 views
+1 vote
1 answer
0 votes
1 answer

How blocks are linked in the Hyperledger Fabric blockchain?

The structure of block in Hyperledger Fabric ...READ MORE

answered Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,375 views
+16 votes
4 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP