From 5f63875cae3ab27c9ae2ed751351ccd9e3b6b0cc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 19 May 2020 10:38:31 -0400 Subject: [PATCH] Finally fix SuSE certificate handling It was targeting a symlink that went out of chroot, target the underlying directory instead. --- confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh b/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh index 869a4280..2bc29f5c 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/post.sh @@ -43,6 +43,6 @@ chmod 700 /mnt/etc/confluent cp /tmp/confluent.* /mnt/etc/confluent/ cp -a /tls /mnt/etc/confluent/ cp -a /tls/* /mnt/var/lib/ca-certificates/openssl -cp -a /tls/* /mnt/etc/ssl/certs +cp -a /tls/* /mnt/var/lib/ca-certificates/pem cp -a /tls/*.cert /mnt/etc/pki/trust/anchors