Skip to content

Commit

Permalink
Update paths to use Hyperledger Fabric v1.2 (hyperledger-archives#4448)
Browse files Browse the repository at this point in the history
I noticed that some points were pointing to `hlfv11` even though `{{ site.data.conrefs.export_fabric_version_command }}` is giving `hlfv12`.

Signed-off-by: Björn Tegelund <[email protected]>
  • Loading branch information
bjrnt authored and Dave Kelsey committed Oct 8, 2018
1 parent fad861d commit 6c36230
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ The simple {{site.data.conrefs.hlf_full}} network provided in the development en

The configuration for `cryptogen` is stored in the file:

~/fabric-dev-servers/fabric-scripts/hlfv11/composer/crypto-config.yaml
~/fabric-dev-servers/fabric-scripts/hlfv12/composer/crypto-config.yaml

The configuration for `configtxgen` is stored in the file:

~/fabric-dev-servers/fabric-scripts/hlfv11/composer/configtx.yaml
~/fabric-dev-servers/fabric-scripts/hlfv12/composer/configtx.yaml

You can find more information about these configuration tools, what they do, and how to use them by reading the {{site.data.conrefs.hlf_full}} documentation.

Expand Down Expand Up @@ -88,7 +88,7 @@ The organization `Org1` is configured with a user named `[email protected]`

The user `[email protected]` has a set of certificates and private key files stored in the directory:

~/fabric-dev-servers/fabric-scripts/hlfv11/composer/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp
~/fabric-dev-servers/fabric-scripts/hlfv12/composer/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp

You will use some of these files later on to interact with the {{site.data.conrefs.hlf_full}} network.

Expand Down Expand Up @@ -280,7 +280,7 @@ In order to deploy a blockchain business network to this {{site.data.conrefs.hlf

The administrator for our {{site.data.conrefs.hlf_full}} network is a user called `[email protected]`. The certificates and private key files for this user are stored in the directory:

~/fabric-dev-servers/fabric-scripts/hlfv11/composer/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp
~/fabric-dev-servers/fabric-scripts/hlfv12/composer/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp

You must first locate the certificate file for this user. The certificate is the public part of the identity. The certificate file can be found in the `signcerts` subdirectory and is named `[email protected]`. If you look at the contents of this file, then you will find a PEM encoded certificate similar to the following:

Expand Down

0 comments on commit 6c36230

Please sign in to comment.