天天看点

fabric零碎知识

1.如果应用打算调用保留给组织管理员的请求,如创建/更新通道,安装/初始化链码,则需要管理员身份,包括私钥和签名证书。

adminPrivateKey:
  path: artifacts/channel/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/5890f0061619c06fb29dea8cb304edecc020fe63f41a6db109f1e227cc1cb2a8_sk
signedCert:
  path: artifacts/channel/crypto-config/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]
           

2.fabric-ca-client注册完用户后,返回密码

继续阅读