diff options
author | econwar <conor.ward@est.tech> | 2019-04-01 12:57:12 +0000 |
---|---|---|
committer | econwar <conor.ward@est.tech> | 2019-04-01 12:57:12 +0000 |
commit | 41b406aa9a9ed6dcba19bc71e03acbcc1def57fb (patch) | |
tree | 7c9508f1da8419ea2a4e4bee8cd82a1a1978121d /datarouter-node | |
parent | 4bec31c557c4d5186c1986e30074f796232fef6a (diff) |
Update AAF certs with year duration1.0.9
Change-Id: If5b19ccfa40194c9bd15ecf6adce36e48338c04a
Issue-ID: DMAAP-1065
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'datarouter-node')
-rw-r--r-- | datarouter-node/aaf_certs/org.onap.dmaap-dr.jks | bin | 3645 -> 3647 bytes | |||
-rw-r--r-- | datarouter-node/aaf_certs/org.onap.dmaap-dr.trust.jks | bin | 1413 -> 1413 bytes | |||
-rwxr-xr-x | datarouter-node/pom.xml | 2 | ||||
-rw-r--r-- | datarouter-node/src/main/resources/node.properties | 6 |
4 files changed, 4 insertions, 4 deletions
diff --git a/datarouter-node/aaf_certs/org.onap.dmaap-dr.jks b/datarouter-node/aaf_certs/org.onap.dmaap-dr.jks Binary files differindex 4bbd3580..2320dc9f 100644 --- a/datarouter-node/aaf_certs/org.onap.dmaap-dr.jks +++ b/datarouter-node/aaf_certs/org.onap.dmaap-dr.jks diff --git a/datarouter-node/aaf_certs/org.onap.dmaap-dr.trust.jks b/datarouter-node/aaf_certs/org.onap.dmaap-dr.trust.jks Binary files differindex db9eae39..808c1b92 100644 --- a/datarouter-node/aaf_certs/org.onap.dmaap-dr.trust.jks +++ b/datarouter-node/aaf_certs/org.onap.dmaap-dr.trust.jks diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 7343c33e..f0d99791 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.9-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>datarouter-node</artifactId> diff --git a/datarouter-node/src/main/resources/node.properties b/datarouter-node/src/main/resources/node.properties index 8b5568bc..f67b6c8d 100644 --- a/datarouter-node/src/main/resources/node.properties +++ b/datarouter-node/src/main/resources/node.properties @@ -82,11 +82,11 @@ 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 # @@ -99,7 +99,7 @@ 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 # |