fabric-ca-client
The fabric-ca-client module provides APIs to interact with an optional Hyperledger Fabric Certificate Authority (CA) component. You can use this component to generate the certificate and key materials for configuring and managing identities in your blockchain network.
This module provides the capabilities for interacting with the Certificate Authority to manage user identities, e.g.:
Register a new user.
Enroll a user to obtain the enrollment certificate signed by the Hyperledger Fabric CA.
Revoke an existing user by enrollment ID or revoke a specific certificate.
The main class in the module is FabricCAServices. It implements all the necessary functionality for user identity management.
Last updated
Was this helpful?