From b9cdf0d941b9a93bcfb6686951c7f3414aee1787 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 18 May 2020 17:00:05 -0400 Subject: [PATCH] Move TLS certs into correct locations for SuSE --- confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh b/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh index 18c72cf2..50cdce47 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh @@ -42,5 +42,6 @@ mkdir -p /mnt/etc/confluent chmod 700 /mnt/etc/confluent cp /tmp/confluent.* /mnt/etc/confluent/ cp -a /tls /mnt/etc/confluent/ -cp -a /tls/*.0 /mnt/var/lib/ca-certificates/openssl +cp -a /tls/* /mnt/var/lib/ca-certificates/openssl +cp -a /tls/* /mnt/etc/ssl/certs