diff options
author | econwar <conor.ward@est.tech> | 2019-04-03 10:40:26 +0000 |
---|---|---|
committer | Conor Ward <conor.ward@est.tech> | 2019-04-05 12:41:43 +0000 |
commit | 7704d3079906a4fb51cd58f12d56bd3100fca6b2 (patch) | |
tree | c350e0ef1aad408c5a22282d025bbbae5c3b4025 /datarouter-node/src/main/resources | |
parent | b17225c0cd21e01aa4131706cff0c8cd2c9a6e42 (diff) |
Add AAF certs with year duration to DR
Remove console logs during unit tests
Disable checkstyle warnings
Change-Id: Ie57e792e9616fe348be1931aacc274d28a9798bc
Issue-ID: DMAAP-1143
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'datarouter-node/src/main/resources')
-rw-r--r-- | datarouter-node/src/main/resources/node.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/datarouter-node/src/main/resources/node.properties b/datarouter-node/src/main/resources/node.properties index 27e91c90..7c076359 100644 --- a/datarouter-node/src/main/resources/node.properties +++ b/datarouter-node/src/main/resources/node.properties @@ -63,10 +63,10 @@ KeyStoreType = jks KeyStoreFile = /opt/app/datartr/aaf_certs/org.onap.dmaap-dr.jks # # The password for the https keystore -KeyStorePassword=]3V)($O&.Mv]W{f8^]6SxGNL +KeyStorePassword=WGxd2P6MDo*Bi4+UdzWs{?$8 # # The password for the private key in the https keystore -KeyPassword=]3V)($O&.Mv]W{f8^]6SxGNL +KeyPassword=WGxd2P6MDo*Bi4+UdzWs{?$8 # # The type of truststore for https TrustStoreType = jks @@ -75,7 +75,7 @@ TrustStoreType = jks TrustStoreFile = /opt/app/datartr/aaf_certs/org.onap.dmaap-dr.trust.jks # # The password for the https truststore -TrustStorePassword=(Rd,&{]%ePdp}4JZjqoJ2G+g +TrustStorePassword=)OBvCd{e{aWq.^mJJdX:S:1& # # The path to the file used to trigger an orderly shutdown QuiesceFile = etc/SHUTDOWN |