From fafae551240d85b4ff229fbac5984b8e677ed887 Mon Sep 17 00:00:00 2001 From: Zhangjiong Xuan Date: Mon, 30 Oct 2017 14:21:55 +0800 Subject: [PATCH] [FAB-6779] Fix the error in fabric-ca 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 --- fabric-ca/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric-ca/README.md b/fabric-ca/README.md index 8e9fd3865c..aaf851d740 100755 --- a/fabric-ca/README.md +++ b/fabric-ca/README.md @@ -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"