Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (4.1k points)

What exactly is difference between enrolling and registering a certificate in Hyperledger Fabric CA. I am new to cryptography and I am really confused about the working of Fabric CA. Also how are certificates generated via cryptogen is different from certificates generated via Fabric CA.

1 Answer

0 votes
by (14.4k points)

When "enrolled" to an identity, you get the certificates and private keys that are associated with it. And, when "registered" to the identity, you create the user name and password for that identity by leveraging the CA server.

Certificates generated by the cryptogen tool are somewhat similar to the ones generated by Fabric CA. It should not be used in a live / production environment. Inherently, the cryptogen tool actually spins up Fabric CA servers on a local level.

The link to the latest documentation for Fabric CA:

https://hyperledger-fabric-ca.readthedocs.io/en/latest/

Browse Categories

...