blob: 1a5b368777d465ce65f81caa6df2afe13d1fe7fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.. 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
Simplified certificate enrollment flow
--------------------------------------
.. image:: resources/certService_cert_enrollment_flow.png
:width: 1191px
:height: 893px
:alt: Simplified certificate enrollment flow
Security considerations
-----------------------
CertService's REST API is protected by mutual HTTPS, meaning server requests client's certificate and **authenticate** only requests with trusted certificate. After ONAP default installation only certificate from CertService's client is trusted. **Authorization** isn't supported in Frankfurt release.
|