我在项目中使用结构
1.I have generated the keypairs using the cryptogen tool.
2.I have initiated the fabric ca server using CA key, which is generated using above cryptogen tool.
3.I enroll the admin to the fabric CA its generate the wallet with private key and public key and certificate.
4.Then i register the user to that fabric ca server i get the user certificate, private key.
5. Then i create the channel and install the chain code and initiate it.
当我使用上面的用户注册从节点js查询链代码时,它抛出错误
MSP错误:提供的身份无效:x509:证书由未知授权机构签名
在生成密码原工具时,我是否需要提供与矩阵ca相关的任何细节。
答案 0 :(得分:1)
@fama,
MSP error: the supplied identity is not valid: x509: certificate signed by unknown authority
可能您已使用一个CA颁发的网络证书
您后来与另一个CA创建了管理证书
这就是为什么它抱怨
删除所有容器,清除所有内容,然后重新开始以确保您不会两次从cryptogen生成证书