fix(secure-boot): document manual MOK enrollment + publish the cert #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/mok-docs-manual"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs claimed
apt installauto-places the signing cert at/var/lib/shim-signed/mok/and queues MOK enrollment — but there is no postinst that does this, and the public cert was never actually published despite signing-key-procedures.md implying it was. End users on Secure Boot had no working path to trust the key.This fixes both halves:
openssl x509 -outform DER) and attachunredacted-hardened.deras a release asset, so every release ships the public cert.unredacted-hardened.derfrom the release, verify its SHA-256 fingerprint,sudo mokutil --import, reboot, enroll. Updated install.md + first-build.md to match.Operator note: each release's notes should now include the cert's SHA-256 fingerprint so users can verify the download.