/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

linderud.dev
| | github.com
0.9 parsecs away

Travel
| | :computer: :lock: :key: Secure Boot key manager. Contribute to Foxboron/sbctl development by creating an account on GitHub.
| | blog.jak-linux.org
1.4 parsecs away

Travel
| | Today, I wrote sicherboot, a tool to integrate systemd-boot into a Linux distribution in an entirely new way: With secure boot support. To be precise: The use case here is to only run trusted code which then unmounts an otherwise fully encrypted disk, as in my setup: If you want, sicherboot automatically creates db, KEK, and PK keys, and puts the public keys on your EFI System Partition (ESP) together with the KeyTool tool, so you can enroll the keys in UEFI. You can of course also use other keys, you just need to drop a db.crt and a db.key file into /etc/sicherboot/keys. It would be nice if sicherboot could enroll the keys directly in Linux, but there seems to be a bug in efitools preventing that at the moment. For some background: The Platform Key (PK) sig...
| | sergioprado.blog
1.5 parsecs away

Travel
| | This article is going to be an introduction to embedded Linux security.
| | initialcommit.com
13.2 parsecs away

Travel
| We explain how to check out the initial commit of any open source project using Git. Examining the initial commit is a great way to learn how a program's code works.