March 2019
Intermediate to advanced
636 pages
27h 50m
English
Let's now register a user with a custom attribute named importer and the value true. Note that the value of the attribute can be of any type and is not limited to Boolean values, as shown in the following snippet:
fabric-ca-client register --id.name user1 --id.secret pwd1 --id.type user --id.affiliation ImporterOrgMSP --id.attrs 'importer=true:ecert'
The previous snippet shows us the command line when registering a user with the attribute importer=true. Note that the values of id.secret and other arguments depend ...
Read now
Unlock full access