-2

I have tried to read the documentation and try to watch Youtube videos but everything is so new and overwhelming. I just need to understand basically what are those certificates, msp.

Please help me to understand .

Nowhere Man
  • 19,170
  • 9
  • 17
  • 42
Jonty K.
  • 7
  • 1
  • 5

1 Answers1

1

To know the certificate, you have to know how public key cryptography works and why we need certificate in public key cryptography, how an identity is considered as correct by using digital certificate. Hyperledger Fabric uses that technique to manage identities.

To know the MSP properly, you also need to know how public key cryptography works. Msp holds public information of different identities and provide access control mechanism into network.

You can read their key concepts but it's hard to understand for actual beginners.

Ta-seen Junaid
  • 366
  • 1
  • 6