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