Reputation: 947
I am using fabric node, When i enroll with admin user using node,Fabric ca create the wallet folder under that its create the private_key and public_key with JSON file which includes the signed identity.
When i use the fabric-ca-client below cmd to enroll the admin, its create the folder structure inside the MSP folder.
./bin/fabric-ca-client enroll -d -u http://tls-ca-admin:[email protected]:7052
How i can achieve the same folder structure using the fabric node enroll.Please suggest me
Upvotes: 0
Views: 117
Reputation: 4133
@fama
Please Note that cryptogen and fabric-CA are tools msp structure is pre programmed
These are Sdk’s you have to create msp structure of an entity for this you need to understand what exactly present inside the msp folder and accordingly arrange
Upvotes: 1