Skip to content

Commit

Permalink
[FAB-12093] Fix Priv Data Tut
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit 4b78799)
  • Loading branch information
pamandrejko authored and denyeart committed Sep 21, 2018
1 parent c232cbf commit bd093bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/private_data_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ submit a request to add a marble:
export CORE_PEER_LOCALMSPID=Org1MSP
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
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
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
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
Invoke the marbles ``initMarble`` function which
creates a marble with private data --- name ``marble1`` owned by ``tom`` with a color
Expand Down Expand Up @@ -627,7 +627,7 @@ price private data is purged.
export CORE_PEER_LOCALMSPID=Org1MSP
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
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
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
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
Open a new terminal window and view the private data logs for this peer by
running the following command:
Expand Down

0 comments on commit bd093bc

Please sign in to comment.