We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e25964 commit d959ab3Copy full SHA for d959ab3
test/tools/AuctionApp/api_driver.sh
@@ -32,7 +32,7 @@ TEMP_LOG_FILE="temp_auction_logs.log"
32
ORDERER_IP=orderer.example.com:7050
33
LOG_LEVEL="error"
34
35
-ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
+ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem
36
37
function wait() {
38
printf "\nWait for $1 secs\n"
0 commit comments