From: Tomasz Wrobel Date: Mon, 27 Jun 2022 06:36:15 +0000 (+0200) Subject: Add DFC disable TLS description X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f2da882dbcb9809ccf566abf77a795621e015d20;p=dcaegen2.git Add DFC disable TLS description Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel Change-Id: Ic572c194876a6a70f05e04f5a7653ba54b15c168 --- 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 ^^^^^^^^^^^