From 0de302ad6212185c842ce7232319e19d994dd520 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 5 Jun 2020 15:19:22 +0200 Subject: [AAF SMS] Use certInitializer for certificates AAF SMS was hardcoding its certificates in the container. This patch makes use of certInitializer in order to retrieve "fresh" certificates. In order to use certInitiliazer in a sub component, we had to move charts to component and add the right requirements. Issue-ID: AAF-1159 Signed-off-by: Sylvain Desbureaux Change-Id: I6ec55eddffd54dd56b03cea1a6f0b437f8bfa299 --- .../components/aaf-cert-service/resources/truststore.jks | Bin 0 -> 1722 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kubernetes/aaf/components/aaf-cert-service/resources/truststore.jks (limited to 'kubernetes/aaf/components/aaf-cert-service/resources/truststore.jks') diff --git a/kubernetes/aaf/components/aaf-cert-service/resources/truststore.jks b/kubernetes/aaf/components/aaf-cert-service/resources/truststore.jks new file mode 100644 index 0000000000..c32d37fd9d Binary files /dev/null and b/kubernetes/aaf/components/aaf-cert-service/resources/truststore.jks differ -- cgit 1.2.3-korg