Skip to content

Commit

Permalink
Merge pull request #506 from hjensas/OSPRH-12526
Browse files Browse the repository at this point in the history
Fix ironic-python-agent - CA bundle inject
openshift-merge-bot[bot] authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 1570fc2 + ed17b02 commit faf8bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/bin/pxe-init.sh
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ if [ -f "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" ] && [ -f "/var/lib/
popd

# Copy the CA certificates
cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/extracted/pem/
cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/source/anchors/
echo update-ca-trust | unshare -r chroot ./initramfs

# Repack the initramfs

0 comments on commit faf8bd6

Please sign in to comment.