aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/architecture.rst
diff options
context:
space:
mode:
authorPawel Baniewski <pawel.baniewski@nokia.com>2021-06-18 10:22:42 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-18 10:22:42 +0000
commit649be36042dd5d58022c28e628399e350dc43282 (patch)
treeed17526166f970f23c1e8092c6545048414330f1 /docs/sections/architecture.rst
parent6698688e354cab9858ef72fc67c1187b87afea43 (diff)
parent6258cddd13af599acfa56246034bd2712dddb6f7 (diff)
Merge "[OOM-CERT-SERVICE] Deprecate certServiceClient - update docs"
Diffstat (limited to 'docs/sections/architecture.rst')
-rw-r--r--docs/sections/architecture.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sections/architecture.rst b/docs/sections/architecture.rst
index 9166aa39..9cd86d55 100644
--- a/docs/sections/architecture.rst
+++ b/docs/sections/architecture.rst
@@ -10,15 +10,15 @@ Interaction between components
------------------------------
.. image:: resources/certservice_high_level.png
- :width: 855px
- :height: 223px
+ :width: 978px
+ :height: 202px
:alt: Interaction between components
The micro-service called CertService is designed for requesting certificates signed by external Certificate Authority (CA) using CMP over HTTP protocol. It uses CMPv2 client to send and receive CMPv2 messages.
-CertService's client is also provided so other ONAP components (aka end components) can easily get certificate from CertService. End component is an ONAP component (e.g. DCAE collector or controller) which requires certificate from CMPv2 server to protect external traffic and uses CertService's client to get it.
+CMPv2 external provider is also provided so other ONAP components (aka end components) can easily get certificate from CertService. End component is an ONAP component (e.g. DCAE collector or controller) which requires certificate from CMPv2 server to protect external traffic and uses Certificate CR to get it.
-CertService's client communicates with CertService via REST API over HTTPS, while CertService with CMPv2 server via CMP over HTTP.
+CMPv2 external provider communicates with CertService via REST API over HTTPS, while CertService with CMPv2 server via CMP over HTTP.
To proof that CertService works Open Source CMPv2 server (EJBCA) is deployed and used in E2E tests.