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 15:03:31 +0000 |
commit | 958155f2c886c3808eeb614e72a27e7d722df825 (patch) | |
tree | 6b8a4ef77119555b236bf2d8b73b393cd4853144 /docs/sections/services/ves-http | |
parent | de4f97807cb2c2bebb50e6db7dd06b1ffbe515a1 (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
Diffstat (limited to 'docs/sections/services/ves-http')
-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> |