You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Contents/blockchain/Hyperledger/readme.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,10 @@ But the power of an `MSP` goes beyond simply listing who is a network participan
79
79
A `Certificate Revocation List (CRL)` is easy to understand — it’s just a list of references to certificates that a CA knows to be revoked for one reason or another.
80
80
When a third party wants to verify another party’s identity, it first checks the issuing CA’s CRL to make sure that the certificate has not been revoked
81
81
82
+
`MSP` has two domainsL `Local` and `Channel`.
83
+
`Local MSP` Defines permissions for nodes and clients.
84
+
`Channel MSP` Defines permissions for channels.
85
+
82
86
## Getting Started
83
87
84
88
Start with the [Getting Start](./Getting%20Start.md)
0 commit comments