diff options
author | pkaras <piotr.karas@nokia.com> | 2019-03-27 10:34:41 +0100 |
---|---|---|
committer | pkaras <piotr.karas@nokia.com> | 2019-03-27 11:04:18 +0100 |
commit | 1884cba507942dcae7ce7c4ce055fcf389c194a6 (patch) | |
tree | 2b92b443565fa00c94199ab5528d0115323d2a7d /dmaap-bc/misc/dmaapbc.properties.tmpl | |
parent | dc44857cadaf134c3deb36e1ae43be71198e82f0 (diff) |
Fix dmaapbc properties
Change-Id: I2f62fe59d9572d5e889db7c758ee4b7b3792065a
Issue-ID: DMAAP-1132
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
Diffstat (limited to 'dmaap-bc/misc/dmaapbc.properties.tmpl')
-rwxr-xr-x[-rw-r--r--] | dmaap-bc/misc/dmaapbc.properties.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dmaap-bc/misc/dmaapbc.properties.tmpl b/dmaap-bc/misc/dmaapbc.properties.tmpl index 40ce8f5..244dd00 100644..100755 --- a/dmaap-bc/misc/dmaapbc.properties.tmpl +++ b/dmaap-bc/misc/dmaapbc.properties.tmpl @@ -56,13 +56,13 @@ KeyStoreType: jks # KeyStoreFile: ${DMAAPBC_KSTOREFILE:-etc/keystore} # -# The password for the https keystore +# The password for the https keystore (remember to put password in "" and escape $ characters) # -KeyStorePassword: ${DMAAPBC_KSTOREPASS:-*j&Z*Ma;.4My4M]W0eB*fal$} +KeyStorePassword: ${DMAAPBC_KSTOREPASS:-"Y@Y5f&gm?PAz,CVQL,lk[VAF"} # -# The password for the private key in the https keystore +# The password for the private key in the https keystore (remember to put password in "" and escape $ characters) # -KeyPassword: ${DMAAPBC_PVTKEYPASS:-*j&Z*Ma;.4My4M]W0eB*fal$} +KeyPassword: ${DMAAPBC_PVTKEYPASS:-"Y@Y5f&gm?PAz,CVQL,lk[VAF"} # # The type of truststore for https # @@ -72,9 +72,9 @@ TrustStoreType: jks # TrustStoreFile: ${DMAAPBC_TSTOREFILE:-etc/org.onap.dmaap-bc.trust.jks} # -# The password for the https truststore +# The password for the https truststore (remember to put password in "" and escape $ characters) # -TrustStorePassword: ${DMAAPBC_TSTOREPASS:-pi8HuuSbN03MtQQ7(5TcyQ6;} +TrustStorePassword: ${DMAAPBC_TSTOREPASS:-"8b&R5%l\$l:@jSWz@FCs;rhY*"} # # The path to the file used to trigger an orderly shutdown # |