You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the pxe-init script copies the certificate bundle directly
to /etc/pki/ca-trust/extracted in the initramfs. When update-ca-trust
runs under chroot the contents under pki/ca-trust/extracted is
overwritten. See manual page: update-ca-trust(8) "EXTRACTED
CONFIGURATION" section.
With this change the bundle is copied to /etc/pki/ca-trust/source/anchors
directory in the initramfs instead, so that update-ca-trust will find the
source and update CA certs and trusts correctly.
Jira: OSPRH-12526
0 commit comments