Skip to content

Commit

Permalink
Merge "FAB-2344 fix docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
hacera-jonathan authored and Gerrit Code Review committed Apr 14, 2017
2 parents fe8c71d + a97d8b6 commit 5e88e2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/source/fabric_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ governed on the broader network and on channel levels. This "permissioned" noti
of Fabric, coupled with the existence and capabilities of channels, helps address
scenarios where privacy and confidentiality are paramount concerns.

See the Fabric CA section to better understand cryptographic
implementations, and the sign, verify, authenticate approach used in Fabric.
See the 'Fabric CA <https://hyperledger-fabric.readthedocs.io/en/latest/Setup/ca-setup.html>`__
section to better understand cryptographic implementations, and the sign, verify,
authenticate approach used in Fabric.

.. _Consensus:

Expand Down
15 changes: 13 additions & 2 deletions docs/source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,19 @@ A policy could require that a transaction be endorsed by a minimum number of
endorsing peers, a minimum percentage of endorsing peers, or by all endorsing
peers that are assigned to a specific chaincode application. Policies can be
curated based on the application and the desired level of resilience against
misbehavior (deliberate or not) by the endorsing peers. A distinct endorsement
policy for deploy transactions, which install new chaincode, is also required.
misbehavior (deliberate or not) by the endorsing peers. A distinct endorsement
policy for install and instantiate transactions is also required.

.. _Fabric-ca:

Fabric-ca
-------------

Fabric-ca is the default Certificate Authority component, which issues PKI-based
certificates to network member organizations and their users. The CA issues one
root certificate (rootCert) to each member, one enrollment certificate (eCert)
to each authorized user, and a number of transaction certificates (tCerts) for
each eCert.

.. _Genesis-Block:

Expand Down

0 comments on commit 5e88e2e

Please sign in to comment.