Skip to content

Commit 3b9d879

Browse files
committed
[FAB-4841] Included that we support PKCS11 libraries
Added a support statement in msp.rst Fix typo 2 of them... ugh [ci-skip] Change-Id: I62bd468c14ada9b142ab239c4b406a718e32be95 Signed-off-by: Mark Parzygnat <[email protected]>
1 parent f20846c commit 3b9d879

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/msp.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ generation and verification).
1414

1515
A Fabric blockchain network can be governed by one or more MSPs. In this
1616
way Fabric offers modularity of membership operations, and interoperability
17-
across different membership standards and architectures.
17+
across different membership standards and architectures. Fabric currently
18+
supports PKCS #11 libraries.
1819

1920
In the rest of this document we elaborate on the setup of the MSP
2021
implementation supported by Fabric, and discuss best practices concerning
@@ -31,8 +32,8 @@ members.
3132

3233
Firstly, for each MSP a name needs to be specified in order to reference that MSP
3334
in the network (e.g. ``msp1``, ``org2``, and ``org3.divA``). This is the name under
34-
which membership rules of an MSP representing a consortium, organisation or
35-
organisation division is to be referenced in a channel. This is also referred
35+
which membership rules of an MSP representing a consortium, organization or
36+
organization division is to be referenced in a channel. This is also referred
3637
to as the *MSP Identifier* or *MSP ID*. MSP Identifiers are required to be unique per MSP
3738
instance. For example, shall two MSP instances with the same identifier be
3839
detected at the system channel genesis, orderer setup will fail.
@@ -287,4 +288,3 @@ and does not require blacklisting the no longer considered intermediate CA.
287288

288289
.. Licensed under Creative Commons Attribution 4.0 International License
289290
https://creativecommons.org/licenses/by/4.0/
290-

0 commit comments

Comments
 (0)