forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update paths to use Hyperledger Fabric v1.2 (hyperledger-archives#4448)
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
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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. | ||
|
||
|
@@ -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: | ||
|
||
|