hyperledger / hyperledger/fabric-ca
Idemix MSP Folder Structure incompatible with what Fabric expects
Open
- Dominant language
- Go
- Stars
- 453
- Forks
- 714
- Avg merge
- 7h 23m
- Merged PRs (30d)
- 3
Description
Currently, Fabric-CA generates an Idemix MSP folder structure and file content that Fabric is not able to load.
Namely:
- The content of `SignerConfig` is encoded in json, Fabric expected proto
- Fabric expects the revocation public key to be stored in a file named `RevocationPublicKey` and `IdemixRevocationPublicKey`.
This git issue is to fix the above issues.
Contributor guide
Assessment
This issue has not been assessed yet.