ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Wrong crypto-config path in network-config.yaml #4

Closed erNail closed 4 years ago

erNail commented 6 years ago

When generating the network-config.yaml, the path for certificates etc. is always path: ./crypto-config/ordererOrganizations/innovationcenter.biz/orderers/orderer1.innovationcenter.biz/tls/ca.crt. Since the files are stored in /volumes/network/, and the network-directory does not contain a crypto-config-directory, the path should be changed to path: ../crypto-config/ordererOrganizations/innovationcenter.biz/orderers/orderer1.innovationcenter.biz/tls/ca.crt. Otherwise there will be problems when using (for example) Composer, and you will have to change the paths manually.

erNail commented 5 years ago

Waiting for pull request #30 to be accepted.