Any idea from Fabric-CLI tool how to run the invoke chaincode command to send to multiple anchor peers from different orgs for endorsement in Mutual TLS fabric set up?
Now am able to invoke the chaincode using the *--peerAddresses* and *--tlsRootCertFiles* attributes
But one more doubt i had was - lets say OrgA and OrgB peers have to endorse a transaction --- and OrgA initiates a transaction , so how orgA would be aware of the root certificate file for OrgB?