From e073fe5487ea1acc114e988919c4791cb1c9e91d Mon Sep 17 00:00:00 2001 From: deen1985 Date: Fri, 26 Mar 2021 11:48:55 +0100 Subject: [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 Issue-ID: DCAEGEN2-2681 (cherry picked from commit 958155f2c886c3808eeb614e72a27e7d722df825) --- docs/sections/services/ves-http/installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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> -- cgit 1.2.3-korg