Can anyone tell me at the time of configuration of orderer what doesORDERER_GENERAL_TLS_ROOTCAS
this variable should contain ?
Thanks in advance .
Can anyone tell me at the time of configuration of orderer what doesORDERER_GENERAL_TLS_ROOTCAS
this variable should contain ?
Thanks in advance .
This should contain the file path of the X.509 certificates of the Root CA for TLS communication. An example is provided here. https://github.com/hyperledger/fabric-samples/blob/release-1.2/first-network/base/docker-compose-base.yaml#L24
This should contain the TLS certificate of orderer and all peer as like below
ORDERER_GENERAL_TLS_ROOTCAS=[/etc/hyperledger/crypto/orderer/tls/ca.crt, /etc/hyperledger/crypto/peerOrg1/tls/ca.crt, /etc/hyperledger/crypto/peerOrg2/tls/ca.crt, /etc/hyperledger/crypto/peerOrg3/tls/ca.crt]