Hi all.
I am trying to interact with Fabric through the "fabric-ca-client" binary. I have launched the fabcar
, compiled the javascript and node enrollAdmin
and node registerUser
without errors. However, when I try to launch fabric-ca-client identity list
to query the identities that were enrolled and registered by the fabcar (through test-network) this fails and I get a:
ERROR] Enrollment check failed: Idemix enrollment information does not exist
Error: Enrollment information does not exist. Please execute enroll command first. Example:
fabric-ca-client enroll -u http://user:userpw@serverAddr:serverPort
Note that from the logs I had seen the same exact comment had already went through.
fabric-ca-client enroll -u https://admin:adminpw@localhost:7054 --caname ca-org1 --tls.certfiles /path/to/fabric-ca/org1/tls-cert.pem
Am I missing something obvious here?