aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/architecture.rst')
-rw-r--r--docs/sections/architecture.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/sections/architecture.rst b/docs/sections/architecture.rst
deleted file mode 100644
index 9166aa39..00000000
--- a/docs/sections/architecture.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2020 NOKIA
-.. _architecture:
-
-Architecture
-============
-
-Interaction between components
-------------------------------
-
-.. image:: resources/certservice_high_level.png
- :width: 855px
- :height: 223px
- :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.
-
-CertService's client 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.
-
-
-Simplified certificate enrollment flow
---------------------------------------
-
-.. image:: resources/certService_cert_enrollment_flow.png
- :width: 1191px
- :height: 893px
- :alt: Simplified certificate enrollment flow