From 8bc43d0f42f54245a5bdedb5178a8484c79a55d1 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 22 Apr 2020 12:18:46 -0400 Subject: Update TLS cert Issue-ID: DCAEGEN2-2206 Signed-off-by: Jack Lucas Change-Id: Ic22963be55ad92487c23f8d571fc44c7dd01acde --- mvn-phase-script.sh | 4 +- pom.xml | 3 +- tls-init-container/pom.xml | 4 +- tls-init-container/tls/cert.jks.b64 | 170 ++++++++++++++++---------------- tls-init-container/tls/cert.p12.b64 | 186 ++++++++++++++++++----------------- tls-init-container/tls/cert.pem | 110 ++++++++++++--------- tls-init-container/tls/key.pem | 57 ++++++----- tls-init-container/tls/p12.pass | 2 +- tls-init-container/tls/trust.jks.b64 | 4 +- tls-init-container/tls/trust.pass | 2 +- 10 files changed, 282 insertions(+), 260 deletions(-) diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 67b25e0..eb306ea 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -83,7 +83,7 @@ deploy) upload_files_of_extension sh build_and_push_docker ;; - k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container) + k8s-bootstrap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container|dcae-k8s-cleanup-container) build_and_push_docker ;; scripts|cloud_init|heat) diff --git a/pom.xml b/pom.xml index 674593b..b176667 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= org.onap.dcae ================================================================================ -Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,7 +39,6 @@ limitations under the License. redis-cluster-container cm-container k8s-bootstrap-container - tca-cdap-container healthcheck-container tls-init-container consul-loader-container diff --git a/tls-init-container/pom.xml b/tls-init-container/pom.xml index fd2522f..28328ea 100644 --- a/tls-init-container/pom.xml +++ b/tls-init-container/pom.xml @@ -1,7 +1,7 @@