Skip to content

Commit a97d8b6

Browse files
joshhuschristo4ferris
authored andcommitted
FAB-2344 fix docs
per Elli, Sharon, Keith 1 & 2 from slack disc. 3 is pending - very large. [ci skip] Change-Id: Id7dd4a8b61fe9be936ce243238f7653155f98ff0 Signed-off-by: Joshua Horton <[email protected]> Signed-off-by: Christopher Ferris <[email protected]>
1 parent a71af56 commit a97d8b6

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

docs/source/fabric_model.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ governed on the broader network and on channel levels. This "permissioned" noti
9292
of Fabric, coupled with the existence and capabilities of channels, helps address
9393
scenarios where privacy and confidentiality are paramount concerns.
9494

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

9899
.. _Consensus:
99100

docs/source/glossary.rst

+13-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,19 @@ A policy could require that a transaction be endorsed by a minimum number of
143143
endorsing peers, a minimum percentage of endorsing peers, or by all endorsing
144144
peers that are assigned to a specific chaincode application. Policies can be
145145
curated based on the application and the desired level of resilience against
146-
misbehavior (deliberate or not) by the endorsing peers. A distinct endorsement
147-
policy for deploy transactions, which install new chaincode, is also required.
146+
misbehavior (deliberate or not) by the endorsing peers. A distinct endorsement
147+
policy for install and instantiate transactions is also required.
148+
149+
.. _Fabric-ca:
150+
151+
Fabric-ca
152+
-------------
153+
154+
Fabric-ca is the default Certificate Authority component, which issues PKI-based
155+
certificates to network member organizations and their users. The CA issues one
156+
root certificate (rootCert) to each member, one enrollment certificate (eCert)
157+
to each authorized user, and a number of transaction certificates (tCerts) for
158+
each eCert.
148159

149160
.. _Genesis-Block:
150161

0 commit comments

Comments
 (0)