Update DFC documentation w/ troubleshooting guide

Change-Id: Ia4c3a48fce99ee409c6f012d3ab5e3fca84f1ffc
Issue-ID: DCAEGEN2-1443
Signed-off-by: maximesson <maxime.bonneau@est.tech>
diff --git a/docs/sections/services/dfc/configuration.rst b/docs/sections/services/dfc/configuration.rst
index b8d0df9..03999f9 100644
--- a/docs/sections/services/dfc/configuration.rst
+++ b/docs/sections/services/dfc/configuration.rst
@@ -47,7 +47,7 @@
   "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 @@
 .. 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.