From c762eb18c16f5cf05ac79312bd24a7a8ab1aa664 Mon Sep 17 00:00:00 2001 From: maximesson Date: Thu, 4 Apr 2019 14:43:43 +0000 Subject: Update documentation Change-Id: I2df7480401fe0371b7458962ac3535a00f287919 Issue-ID: DCAEGEN2-1389 Signed-off-by: maximesson --- docs/sections/services/dfc/configuration.rst | 37 +++++++++++++++++++++------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'docs/sections/services/dfc/configuration.rst') diff --git a/docs/sections/services/dfc/configuration.rst b/docs/sections/services/dfc/configuration.rst index d57a85f1..22f50eeb 100644 --- a/docs/sections/services/dfc/configuration.rst +++ b/docs/sections/services/dfc/configuration.rst @@ -48,9 +48,21 @@ ftpesConfiguration .. code-block:: json "keyCert": - "keyPassword": - "trustedCA": - "trustedCAPassword": + "keyPassword": + "trustedCa": + "trustedCaPassword": + +securityConfiguration +""""""""""""""""""""" + +.. code-block:: json + + "trustStorePath": + "trustStorePasswordPath": + "keyStorePath": + "keyStorePasswordPath": + "enableDmaapCertAuth": . If false, all information above are ignored. + Sample JSON configuration @@ -87,12 +99,19 @@ The format of the JSON configuration that drives all behavior of DFC is probably } }, "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" } - } } } -- cgit 1.2.3-korg