summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/dfc/configuration.rst
diff options
context:
space:
mode:
authormaximesson <maxime.bonneau@est.tech>2019-05-09 14:27:34 +0000
committermaximesson <maxime.bonneau@est.tech>2019-05-09 14:27:34 +0000
commite707b220b6f21433970157ed3eb91854e8c6e7f0 (patch)
treee61b373cee93beb33eb793bb9116ae0d06b529df /docs/sections/services/dfc/configuration.rst
parent776b61f244ed17723672b99b3610eefd6d8fb3c0 (diff)
Update DFC documentation w/ troubleshooting guide
Change-Id: Ia4c3a48fce99ee409c6f012d3ab5e3fca84f1ffc Issue-ID: DCAEGEN2-1443 Signed-off-by: maximesson <maxime.bonneau@est.tech>
Diffstat (limited to 'docs/sections/services/dfc/configuration.rst')
-rw-r--r--docs/sections/services/dfc/configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/services/dfc/configuration.rst b/docs/sections/services/dfc/configuration.rst
index b8d0df95..03999f91 100644
--- a/docs/sections/services/dfc/configuration.rst
+++ b/docs/sections/services/dfc/configuration.rst
@@ -47,7 +47,7 @@ dmaapProducerConfiguration
"dmaapHostName": <name of DMaaP/DR host>
"dmaapPortNumber": <DMaaP/DR host port>
"dmaapTopicName": "publish"
- "dmaapProtocol": "httpa"
+ "dmaapProtocol": "https"
"dmaapUserName": "dradmin"
"dmaapUserPassword": "dradmin"
"dmaapContentType": "application/octet-stream"
@@ -68,7 +68,7 @@ securityConfiguration
.. code-block:: json
"trustStorePath": <path to trust store>
- "trustStorePasswordPath": <path to trsust store password>
+ "trustStorePasswordPath": <path to trust store password>
"keyStorePath": <path to key store>
"keyStorePasswordPath": <path to key store password>
"enableDmaapCertAuth": <boolean>. If false, all information above are ignored.