From 64945662ace8659e1831f852765a185dccf895dc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 12 Aug 2020 09:43:29 -0400 Subject: [PATCH] Add local CA to curl trust in genesis --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 45967119..17810414 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -31,6 +31,8 @@ EOF mkdir ~/.ssh cat /ssh/*.rootpubkey > ~/.ssh/authorized_keys cat /tls/*.pem > /etc/confluent/ca.pem +mkdir -p /etc/pki/tls/certs +cat /tls/*.pem > /etc/pki/tls/certs/ca-bundle.crt TRIES=0 touch /etc/confluent/confluent.info cd /sys/class/net