mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
[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 <gari.r.singh@gmail.com>
This commit is contained in:
parent
241d08ee3c
commit
b4beeffd32
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue