Update documentation

Change-Id: I2df7480401fe0371b7458962ac3535a00f287919
Issue-ID: DCAEGEN2-1389
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 d57a85f..22f50ee 100644
--- a/docs/sections/services/dfc/configuration.rst
+++ b/docs/sections/services/dfc/configuration.rst
@@ -48,9 +48,21 @@
 .. code-block:: json

 

   "keyCert": <path to DFC certificate>

-  "keyPassword": <pssword for DFC certificate>

-  "trustedCA": <path to xNF certificate>

-  "trustedCAPassword": <password for xNF certificate>

+  "keyPassword": <password for DFC certificate>

+  "trustedCa": <path to xNF certificate>

+  "trustedCaPassword": <password for xNF certificate>

+

+securityConfiguration

+"""""""""""""""""""""

+

+.. code-block:: json

+

+  "trustStorePath": <path to trust store>

+  "trustStorePasswordPath": <path to trsust store password>

+  "keyStorePath": <path to key store>

+  "keyStorePasswordPath": <path to key store password>

+  "enableDmaapCertAuth": <boolean>. If false, all information above are ignored.

+

 

 

 Sample JSON configuration

@@ -87,12 +99,19 @@
         }

       },

       "ftp": {

-        "ftpesConfiguration": {

-          "keyCert": "config/ftpKey.jks",

-          "keyPassword": "secret",

-          "trustedCA": "config/cacerts",

-          "trustedCAPassword": "secret"

+            "ftpesConfiguration": {

+                "keyCert": "config/dfc.jks",

+                "keyPassword": "secret",

+                "trustedCa": "config/ftp.jks",

+                "trustedCaPassword": "secret"

+            }

+      },

+        "security": {

+            "trustStorePath" : "change it",

+            "trustStorePasswordPath" : "change it",

+            "keyStorePath" : "change it",

+            "keyStorePasswordPath" : "change it",

+            "enableDmaapCertAuth" : "false"

         }

-      }

     }

   }