diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-06-27 08:36:15 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-07-12 15:10:59 +0200 |
commit | f2da882dbcb9809ccf566abf77a795621e015d20 (patch) | |
tree | 09df311f7a2dabfc35d11be5d0fc2ed445e5143a | |
parent | 64b5553913161dc56ba7a21ecd3097360af9bd05 (diff) |
Add DFC disable TLS description
Issue-ID: DCAEGEN2-3039
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ic572c194876a6a70f05e04f5a7653ba54b15c168
-rw-r--r-- | docs/sections/services/dfc/configuration.rst | 11 |
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
^^^^^^^^^^^
|