简体   繁体   中英

Regarding the identity of user and admin

当我们部署超级账本网络时,这些用户和管理员的身份存储在何处,以及如何对用户进行身份验证

I hyperledger fabric total three identities

CA-Admin : certificate authority admin

command: sh -c 'fabric-ca-server start -b nbdadmin:nbdpw -d'

Org-Admin : we will register and enroll this admin and submit to all MSP's

User : Normal user

Storage : User certs can be stored in KVS (File Store), data store(couchDB)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM