From 8f9e4ea205d44cafceb2758de7ca71dfec450800 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 30 Jun 2020 17:02:21 -0400 Subject: [PATCH] Build confluent CA cert for EL8 --- .../el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh b/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh index f3fec37b..eb958ac2 100644 --- a/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh +++ b/confluent_osdeploy/el8/initramfs/usr/lib/dracut/hooks/initqueue/01-confluent.sh @@ -32,6 +32,7 @@ echo $apikey > /etc/confluent.apikey umask $oum mgr="[$mgr]" cp /tmp/confluent.info /etc/confluent.apikey /etc/confluent/ +cat /tls/*.pem > /etc/confluent/ca.pem /usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg > /tmp/confluent.deploycfg dnsdomain=$(grep ^dnsdomain: /tmp/confluent.deploycfg)