appbootup
appbootup

Reputation: 9537

What is the fail-safe standard operating procedure if private key of peer is compromised or lost in hyperledger fabric network?

There are several example and tutorials in setting up hyper ledger fabric network. We are setting up byfn across demo machines. We would like to build upon Standard Operating Procedure for deployment.

One of the scenarios is what is process if the private key of the peer / channel in a system participant is compromised in a theft or hardware crash?

Upvotes: 2

Views: 81

Answers (1)

yacovm
yacovm

Reputation: 5140

In case the private key of an identity is compromised, you need to issue a CRL update in all channels that the organization of that identity participates in.

Upvotes: 2

Related Questions