From afd5a328e453a64df1e8772a3a32ace39b3317a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Thu, 19 Dec 2024 18:52:35 +0100 Subject: [PATCH] Fix ironic-python-agent - CA bundle inject Jira: OSPRH-12526 --- templates/common/bin/pxe-init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/common/bin/pxe-init.sh b/templates/common/bin/pxe-init.sh index 458d527d..52810ba1 100755 --- a/templates/common/bin/pxe-init.sh +++ b/templates/common/bin/pxe-init.sh @@ -54,6 +54,8 @@ if [ -f "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" ] && [ -f "/var/lib/ popd # Copy the CA certificates + # DEBUG - is the rootca-internal there? + grep rootca-internal /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/extracted/pem/ echo update-ca-trust | unshare -r chroot ./initramfs