Tools, FAQ, Tutorials:
Create Orderer Organization Definition
How to Create Orderer Organization Definition?
✍: FYIcenter.com
You can follow this tutorial to
Create Orderer Organization Definition.
1. Instead of creating a new MSP entry for the orderer, you can borrow the one created in BYFN tutorials:
$ mkdir fabric-orderer $ cd fabric-orderer $ cp -r ~/hyperledger-binaries/fabric-samples/first-network\ /crypto-config/ordererOrganizations/example.com/msp . $ ls -l msp drwxr-xr-x 2 fyicenter 4096 Apr 1 21:12 admincerts drwxr-xr-x 2 fyicenter 4096 Apr 1 21:12 cacerts drwxr-xr-x 2 fyicenter 4096 Apr 1 21:12 tlscacerts
Verify the orderer organization name:
$ ls -l msp/cacerts/ -rw-rw-r-- 1 fyicenter 839 Apr 1 21:12 ca.example.com-cert.pem
As you can see, this orderer peer belongs to the to the example.com organization based on the definition.
Â
⇒ orderer.yaml - Orderer Peer Configuration File
⇠Pull Hyperledger Fabric Orderer Image
⇑ Setting Up Orderer Peer Manually
⇑⇑ Hyperledger Tutorials
2019-09-04, 857👍, 0💬
Popular Posts:
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...