summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/sections/services/dfc/configuration.rst11
1 files changed, 11 insertions, 0 deletions
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
^^^^^^^^^^^