diff options
author | eronkeo <ronan.keogh@est.tech> | 2019-02-27 09:20:43 +0000 |
---|---|---|
committer | eronkeo <ronan.keogh@est.tech> | 2019-02-27 09:20:43 +0000 |
commit | 78657b0693906a4070854decf7012417c216b84c (patch) | |
tree | 0b3bacc50321c0757b454aae7a06ece729df8def /datarouter-docker-compose/src/main/resources/node_data | |
parent | 3a136555f001ea7222994d3b86ee9b9064a8cde5 (diff) |
Renew AAF certs for DMaaP DR - Casablanca1.0.8
Change-Id: I18d8905cad2e2ae872bf459989f30dbe1b0b2459
Issue-ID: DMAAP-1065
Signed-off-by: eronkeo <ronan.keogh@est.tech>
Diffstat (limited to 'datarouter-docker-compose/src/main/resources/node_data')
-rwxr-xr-x | datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.jks | bin | 3659 -> 3645 bytes | |||
-rwxr-xr-x | datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.trust.jks | bin | 1413 -> 1413 bytes | |||
-rw-r--r-- | datarouter-docker-compose/src/main/resources/node_data/node.properties | 10 |
3 files changed, 5 insertions, 5 deletions
diff --git a/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.jks b/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.jks Binary files differindex 4529cccb..4bbd3580 100755 --- a/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.jks +++ b/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.jks diff --git a/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.trust.jks b/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.trust.jks Binary files differindex 096fbb26..db9eae39 100755 --- a/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.trust.jks +++ b/datarouter-docker-compose/src/main/resources/node_data/aaf_certs/org.onap.dmaap-dr.trust.jks diff --git a/datarouter-docker-compose/src/main/resources/node_data/node.properties b/datarouter-docker-compose/src/main/resources/node_data/node.properties index 03096570..d0b1c337 100644 --- a/datarouter-docker-compose/src/main/resources/node_data/node.properties +++ b/datarouter-docker-compose/src/main/resources/node_data/node.properties @@ -2,7 +2,7 @@ # ============LICENSE_START================================================== # * org.onap.dmaap # * =========================================================================== -# * Copyright � 2017 AT&T Intellectual Property. All rights reserved. +# * Copyright © 2017 AT&T Intellectual Property. All rights reserved. # * Modifications Copyright (C) 2018 Nokia. All rights reserved. # * =========================================================================== # * Licensed under the Apache License, Version 2.0 (the "License"); @@ -24,7 +24,7 @@ # # Configuration parameters fixed at startup for the DataRouter node # -# URL to retrieve dynamic configuration +# URL to retrieve dynamic configurationq # #ProvisioningURL: ${DRTR_PROV_INTURL} ProvisioningURL=https://dmaap-dr-prov:8443/internal/prov @@ -83,11 +83,11 @@ KeyStoreFile:/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.jks # # The password for the https keystore # -KeyStorePassword=4*&GD+w58RUM]01No.CYY;z6 +KeyStorePassword=]3V)($O&.Mv]W{f8^]6SxGNL # # The password for the private key in the https keystore # -KeyPassword=4*&GD+w58RUM]01No.CYY;z6 +KeyPassword=]3V)($O&.Mv]W{f8^]6SxGNL # # The type of truststore for https # @@ -100,7 +100,7 @@ TrustStoreFile=/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.trust.jks # # The password for the https truststore # -TrustStorePassword=UDXlT6Iu[F)k,Htk92+B,0Xj +TrustStorePassword=(Rd,&{]%ePdp}4JZjqoJ2G+g # # The path to the file used to trigger an orderly shutdown # |