Skip to content

Commit

Permalink
[FAB-6779] Fix the error in fabric-ca
Browse files Browse the repository at this point in the history
Fix the error in fabric-ca/README.md file,the setup-fabric.sh was
written to run-fabric.sh,it should be setup-fabric.sh.

Change-Id: I5d15a0fb5941c587213c2db8831e53079c0f463a
Signed-off-by: Zhangjiong Xuan <xuanzhangjiong@hyperchain.cn>
  • Loading branch information
Zhangjiong Xuan committed Oct 30, 2017
1 parent cd1b691 commit fafae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The intermediate CA certificate is also written to the *data* directory.
3. The *setup* container registers identities with the intermediate CAs,
generates the genesis block, and other artifacts needed to setup the
blockchain network. This is performed by the
*fabric-samples/fabric-ca/scripts/run-fabric.sh* script. Note that the
*fabric-samples/fabric-ca/scripts/setup-fabric.sh* script. Note that the
admin identity is registered with **abac.init=true:ecert**
(see the *registerPeerIdentities* function of this script). This causes
the admin's enrollment certificate (ECert) to have an attribute named "abac.init"
Expand Down

0 comments on commit fafae55

Please sign in to comment.