V9.14.018.2026.06.07
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2026-06-07 19:58:06 +01:00
parent a53d52bf38
commit 8c37efcff6
+5
View File
@@ -112,8 +112,13 @@ EOF
fi
if [[ -n "${VAR_SIGNING_KEY}" ]]; then
shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_KEY}"
fi
if [[ -n "${VAR_SIGNING_KEY}" ]]; then
shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_CA}"
fi
### Export public key for verification inside ISO / chroot.
install -d -m 0755 -o root -g root "${VAR_HANDLER_BUILD_DIR}/config/includes.chroot/etc/ciss/keys"