mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge "[FAB-6779] Fix the error in fabric-ca"
This commit is contained in:
commit
733ce9fbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue