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.
Currently, Fabric-CA generates an Idemix MSP folder structure and file content that Fabric is not able to load.
Namely:
SignerConfigis encoded in json, Fabric expected protoRevocationPublicKeyandIdemixRevocationPublicKey.This git issue is to fix the above issues.