From b0be3521345d5e2e62d4f110f0fda76006e8ed9a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 20 May 2020 09:33:38 -0400 Subject: [PATCH] Correct target for TLS certs in ubuntu --- confluent_osdeploy/ubuntu20.04/profiles/default/scripts/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/ubuntu20.04/profiles/default/scripts/post.sh b/confluent_osdeploy/ubuntu20.04/profiles/default/scripts/post.sh index 27f35cc7..48a63b43 100755 --- a/confluent_osdeploy/ubuntu20.04/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/ubuntu20.04/profiles/default/scripts/post.sh @@ -3,7 +3,7 @@ cp -a /root/.ssh /target/root/ mkdir -p /target/etc/confluent/ssh/sshd_config.d/ chmod 700 /target/etc/confluent cp /custom-installation/confluent/* /target/etc/confluent/ -cp -a /custom-installation/tls /etc/confluent/ +cp -a /custom-installation/tls /target/etc/confluent/ chmod go-rwx /etc/confluent/* for i in /custom-installation/ssh/*.ca; do echo '@cert-authority *' $(cat $i) >> /target/etc/ssh/ssh_known_hosts