Skip to content

Commit

Permalink
Fix ironic-python-agent - CA bundle inject
Browse files Browse the repository at this point in the history
Jira: OSPRH-12526
  • Loading branch information
hjensas committed Dec 20, 2024
1 parent 6e7951e commit afd5a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common/bin/pxe-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit afd5a32

Please sign in to comment.