From f2da882dbcb9809ccf566abf77a795621e015d20 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Mon, 27 Jun 2022 08:36:15 +0200 Subject: Add DFC disable TLS description Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel Change-Id: Ic572c194876a6a70f05e04f5a7653ba54b15c168 --- docs/sections/services/dfc/configuration.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/sections/services/dfc/configuration.rst b/docs/sections/services/dfc/configuration.rst index b5c7f97a..1d798731 100644 --- a/docs/sections/services/dfc/configuration.rst +++ b/docs/sections/services/dfc/configuration.rst @@ -384,6 +384,17 @@ To turn off StrictHostChecking, set below option to false. It could be changed i "sftp.security.strictHostKeyChecking": false + +Disable TLS connection +---------------------- +The TLS connection in the external interface is enabled by default. To disable TLS, use the following application property: + +.. code-block:: bash + + "dmaap.certificateConfig.enableCertAuth": false + + + Performance ^^^^^^^^^^^ -- cgit 1.2.3-korg