Reputation: 748
I am trying to understand the Hyperledger Fabric infrastructure. I have couple of question.
(1) Why they have certificates for every block of their architecture and what the role of these certificates.
(2) How will you bind peers to orderer in the crypto-config.yaml
OrdererOrgs:
Name: Orderer
Domain: example.com
Specs:
- Hostname: orderer`
PeerOrgs:
Name: Org1
Domain: org1.example.com
(3) Does orderer or peer communicate with external network over the chain?
Upvotes: 1
Views: 161
Reputation: 5140
Upvotes: 1