Skip to content

Commit

Permalink
[FAB-4841] Included that we support PKCS11 libraries
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ibmmark committed Jun 20, 2017
1 parent f20846c commit 3b9d879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/msp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ generation and verification).

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

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

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

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

0 comments on commit 3b9d879

Please sign in to comment.