{ "name": "first-network-org2", "version": "1.0.0", "client": { "organization": "Org2", "connection": { "timeout": { "peer": { "endorser": "300" } } } }, "organizations": { "Org2": { "mspid": "Org2MSP", "peers": [ "peer0.org2.example.com", "peer1.org2.example.com" ], "certificateAuthorities": [ "ca.org2.example.com" ] } }, "peers": { "peer0.org2.example.com": { "url": "grpcs://localhost:9051", "tlsCACerts": { "path": "crypto-config/peerOrganizations/org2.example.com/tlsca/tlsca.org2.example.com-cert.pem" }, "grpcOptions": { "ssl-target-name-override": "peer0.org2.example.com" } }, "peer1.org2.example.com": { "url": "grpcs://localhost:10051", "tlsCACerts": { "path": "crypto-config/peerOrganizations/org2.example.com/tlsca/tlsca.org2.example.com-cert.pem" }, "grpcOptions": { "ssl-target-name-override": "peer1.org2.example.com" } } }, "certificateAuthorities": { "ca.org2.example.com": { "url": "https://localhost:8054", "caName": "ca-org2", "tlsCACerts": { "path": "crypto-config/peerOrganizations/org2.example.com/tlsca/tlsca.org2.example.com-cert.pem" }, "httpOptions": { "verify": false } } } }