From 645163e9cc93d5e7d266f90f598715f7ce617ea7 Mon Sep 17 00:00:00 2001 From: Konstantinos Chalkias Date: Thu, 24 May 2018 14:30:36 +0100 Subject: [PATCH] Fixing node keys bullet points (#3207) --- docs/source/cipher-suites.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/cipher-suites.rst b/docs/source/cipher-suites.rst index 8991adcd4e..6ffa5f8d99 100644 --- a/docs/source/cipher-suites.rst +++ b/docs/source/cipher-suites.rst @@ -24,12 +24,15 @@ Certificate hierarchy A Corda network has 8 types of keys and a regular node requires 4 of them: +**Network Keys** + * The **root network CA** key * The **doorman CA** key * The **network map** key -* The **service identity** key(s) (per service, such as a notary cluster; it can be a Composite Key) +* The **service identity** key(s) (per service, such as a notary cluster; it can be a Composite key) + +**Node Keys** --- **Node Keys** -- * The **node CA** key(s) (one per node) * The **legal identity** key(s) (one per node) * The **tls** key(s) (per node)