You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenly the path either refers to the the public cert of the signer or the nodes public msp (ie without any private keys). Access to the public MSP is required in case the signer certificate is sanitized by fabric and thus doesn't match the certificate stored in the MSP file system.
It would be better to obtain the public MSP from the channel configuration instead
The text was updated successfully, but these errors were encountered:
Hi @davidkel , I think it is not possible to do what the issue asks because this MSP contains the approver's PK which is not available on the ledger. The MSPs on the ledger contains only the root and intermediate CA certs.
For the fabric driver resolvers you might have an entry such as
Currenly the path either refers to the the public cert of the signer or the nodes public msp (ie without any private keys). Access to the public MSP is required in case the signer certificate is sanitized by fabric and thus doesn't match the certificate stored in the MSP file system.
It would be better to obtain the public MSP from the channel configuration instead
The text was updated successfully, but these errors were encountered: