diff options
author | deen1985 <damian.nowak@nokia.com> | 2021-03-26 11:48:55 +0100 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-03-26 20:58:20 +0000 |
commit | e073fe5487ea1acc114e988919c4791cb1c9e91d (patch) | |
tree | 68d468de5d456b2527754ebaf0821f1444402e07 | |
parent | 884dd3fa26d529982ac7e17c20bf6581b8283899 (diff) |
[Docs] VES collector installation - add external TLS
Add a section to VES collector installation descriptor on the external TLS certificate support.
Change-Id: I003b130d35bf5c07f55781ca85bf5c01a461681a
Signed-off-by: Damian Nowak <damian.nowak@nokia.com>
Issue-ID: DCAEGEN2-2681
(cherry picked from commit 958155f2c886c3808eeb614e72a27e7d722df825)
-rw-r--r-- | docs/sections/services/ves-http/installation.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/sections/services/ves-http/installation.rst b/docs/sections/services/ves-http/installation.rst index a9432b6d..e31348cf 100644 --- a/docs/sections/services/ves-http/installation.rst +++ b/docs/sections/services/ves-http/installation.rst @@ -71,3 +71,12 @@ In this case blueprint can be deleted explicitly using this command. cfy blueprint delete ves-http +Using external TLS certificates obtained using CMP v2 protocol +-------------------------------------------------------------- + +In order to use the X.509 certificates obtained from the CMP v2 server (so called "operator`s certificates"), refer to the following description: + +.. toctree:: + :maxdepth: 1 + + Enabling TLS with external x.509 certificates <../../tls_enablement> |