-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CA管理功能 #171
Comments
fabric-ca-client功能, 参考https://fabric-sdk-node.github.io/index.html
|
主要解决问题:一个fabric-ca-server是否可以同时生成User类型的msp和tls证书, |
基本确认fabric-ca-server可生成peer, user各类证书。 在此简要记录一下。
生成文件如下
|
关于功能设计,需要考虑的点
|
CA管理页的设计定位(二选一,待定):
CA管理页,应包含以下功能:
|
Signed-off-by: Yi DENG <[email protected]>
…sktop#171 Signed-off-by: Yi DENG <[email protected]>
登入流程两种场景:
具体实现考虑:
|
关于功能与权限设计:
|
… network tests. blockchain-desktop#171 Signed-off-by: Yi DENG <[email protected]>
Signed-off-by: Yi DENG <[email protected]>
Signed-off-by: Yi DENG <[email protected]>
Signed-off-by: Yi DENG <[email protected]>
implement CA management functions of fabricClient. #171
Signed-off-by: Yi DENG <[email protected]>
Signed-off-by: Yi DENG <[email protected]>
Signed-off-by: Yi DENG <[email protected]>
目前登录页由用户手动导入证书,证书生成过程未涉及。
而Fabric有ca-server服务,考虑使用fabric-ca-client sdk库,实现调用ca-server注册用户,获取用户私钥与证书等功能。
The text was updated successfully, but these errors were encountered: