What are the functions of the Fabric CA Server and Fabric CA Client?
What are the Roles of the Fabric CA Server and Fabric CA Client?
Thanks
What are the functions of the Fabric CA Server and Fabric CA Client?
What are the Roles of the Fabric CA Server and Fabric CA Client?
Thanks
Fabric CA provides features such as:
You need to setup the Fabric CA server to host one or more Certification Authorities (Fabric CA) for your Fabric Network (based on the MSPs What is the difference between MSP and Fabric CA?) using the following Command Line Options:
http://hyperledger-fabric-ca.readthedocs.io/en/latest/servercli.html
The client is just the component that provides an interface to the server component. However, you can skip using the fabric-ca-client and use the REST API of the Fabric Server and do all the functionalities mentioned above. The fabric-ca-client is just a nice wrapper to the ugly REST calls.
You can explore the functionalities of the Fabric CA client using either one of the following: