From 4f263f806b23a247cf7e1f3e8363f9a50b791654 Mon Sep 17 00:00:00 2001 From: Michal Kit Date: Tue, 13 Mar 2018 16:49:02 +0000 Subject: [PATCH] Fixing missing configuration (#530) * Fixing missing configuration * Addressing review comments --- network-management/README.md | 7 +++++-- network-management/doorman.conf | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/network-management/README.md b/network-management/README.md index d8d4daf8e5..9cf8e3aaad 100644 --- a/network-management/README.md +++ b/network-management/README.md @@ -108,8 +108,11 @@ host = localhost port = 0 rootStorePath = ${basedir}"/certificates/rootstore.jks" keystorePath = ${basedir}"/certificates/caKeystore.jks" -keystorePassword = "password" -caPrivateKeyPassword = "password" +#keystorePassword = "password" #Optional if not specified, user will be prompted on the console. +#caPrivateKeyPassword = "password" #Optional if not specified, user will be prompted on the console. +#rootPrivateKeyPassword = "password" #Optional if not specified, user will be prompted on the console. +#rootKeystorePassword = "password" #Optional if not specified, user will be prompted on the console. +#trustStorePassword = "password" #Optional if not specified, user will be prompted on the console. Applicable only if, in the ROOT_KEYGEN execution mode. dataSourceProperties { dataSourceClassName = org.h2.jdbcx.JdbcDataSource diff --git a/network-management/doorman.conf b/network-management/doorman.conf index 0f44a1814a..8460dad862 100644 --- a/network-management/doorman.conf +++ b/network-management/doorman.conf @@ -3,8 +3,11 @@ host = localhost port = 0 rootStorePath = ${basedir}"/certificates/rootstore.jks" keystorePath = ${basedir}"/certificates/caKeystore.jks" -keystorePassword = "password" -caPrivateKeyPassword = "password" +#keystorePassword = "password" #Optional if not specified, user will be prompted on the console. +#caPrivateKeyPassword = "password" #Optional if not specified, user will be prompted on the console. +#rootPrivateKeyPassword = "password" #Optional if not specified, user will be prompted on the console. +#rootKeystorePassword = "password" #Optional if not specified, user will be prompted on the console. +#trustStorePassword = "password" #Optional if not specified, user will be prompted on the console. Applicable only if, in the ROOT_KEYGEN execution mode. dataSourceProperties { dataSourceClassName = org.h2.jdbcx.JdbcDataSource