We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d0a4e commit 0839ee2Copy full SHA for 0839ee2
src/initramfs-tools/hooks/clevis.in
@@ -103,3 +103,5 @@ done
103
for so in $(ldconfig -p | sed -nr 's/^\s*libnss_dns\.so\.[0-9]+\s.*=>\s*//p'); do
104
copy_exec "${so}"
105
done
106
+
107
+copy_file data @sysconfdir@/ssl/certs/ca-certificates.crt || die 2 "Unable to copy certificate bundle to initrd image"
0 commit comments