Skip to content

Commit 4b78799

Browse files
pamandrejkodenyeart
authored andcommitted
[FAB-12093] Fix Priv Data Tut
One of the examples was pointing to the wrong path for the CA cert. Change-Id: Ic7b2c5baa6ca8cd2b9a4a1aa0693a877f4c39b8b Signed-off-by: pama-ibm <pama@ibm.com> Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 303fa80 commit 4b78799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/private_data_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ submit a request to add a marble:
402402
export CORE_PEER_LOCALMSPID=Org1MSP
403403
export CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
404404
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
405-
export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/peers/peer0.org1.example.com/tls/ca.crt
405+
export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
406406
407407
Invoke the marbles ``initMarble`` function which
408408
creates a marble with private data --- name ``marble1`` owned by ``tom`` with a color
@@ -628,7 +628,7 @@ price private data is purged.
628628
export CORE_PEER_LOCALMSPID=Org1MSP
629629
export CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
630630
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
631-
export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/peers/peer0.org1.example.com/tls/ca.crt
631+
export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
632632
633633
Open a new terminal window and view the private data logs for this peer by
634634
running the following command:

0 commit comments

Comments
 (0)