QuestionQ18

Hyperledger Fabric Networks

What is the primary purpose of certificates in Hyperledger Fabric?

  • A Certificates are used solely in Transport Layer Security (TLS) protocols, providing the necessary keys.
  • B Providing identity for different actors, helping with ledger consistency, authorization and Transport Layer Security (TLS).
  • C Encrypting the stored ledger data in a way that certain data is visible only to certain organizations.
  • D Certificates are certified digital documents making certain parts of the system transparent.
Explanation

Hyperledger Fabric certificates establish the verifiable identities of network actors. Membership Service Providers and policies use those identities to authenticate and authorize actions, signed transactions and endorsements support trusted ledger processing, and separate TLS certificates secure communications between clients and nodes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!