From 9562687244f2384dd47e2da3b9c8e98f0df2d3f3 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 30 Jul 2019 16:28:46 +0100 Subject: Update self-signed certs Self signed certs for Babel and Model Loader have been regenerated with a SAN list. This is to support the upgrade of Spring Boot from 1.5.x to the latest 2.1.6. The latest version of Spring Boot will throw an SSL exception if a clients attempts SSL handshake without a cert containing a valid SAN list. Change-Id: Icdcd1d69a94e77d318857b71b2257c16832370cc Issue-ID: AAI-2540 Signed-off-by: Lee, Tian (tl5884) --- .../resources/config/auth/babel-client-cert.p12 | Bin 2556 -> 2817 bytes .../resources/config/auth/tomcat_keystore | Bin 2214 -> 2483 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'charts/aai-modelloader') diff --git a/charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 b/charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 index dbf4fca..e64895e 100644 Binary files a/charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 and b/charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 differ diff --git a/charts/aai-modelloader/resources/config/auth/tomcat_keystore b/charts/aai-modelloader/resources/config/auth/tomcat_keystore index 9eec841..e1d24d9 100644 Binary files a/charts/aai-modelloader/resources/config/auth/tomcat_keystore and b/charts/aai-modelloader/resources/config/auth/tomcat_keystore differ -- cgit 1.2.3-korg