From b4beeffd3223c4c769f1dd693e62f6aabed75d2c Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Thu, 22 Jun 2017 22:04:06 -0400 Subject: [PATCH] [FAB-4927] Modify TLS config Last part of FAB-4626- need to update the script to use the right root CA for communciating with the orderer. Change-Id: I89e1468be6970b48c416f7058dd38c24b0eec506 Signed-off-by: Gari Singh --- first-network/scripts/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-network/scripts/script.sh b/first-network/scripts/script.sh index 43433f0ca7..a49fbb73ff 100755 --- a/first-network/scripts/script.sh +++ b/first-network/scripts/script.sh @@ -14,7 +14,7 @@ CHANNEL_NAME="$1" : ${TIMEOUT:="60"} COUNTER=1 MAX_RETRY=5 -ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem +ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem echo "Channel name : "$CHANNEL_NAME