From 2537c7e35ff0808231bd3cac62bbfcbbf82708d7 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 10 Aug 2024 00:15:09 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/sbctl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tldr/linux/sbctl b/tldr/linux/sbctl index bc35e425..bc53211b 100644 --- a/tldr/linux/sbctl +++ b/tldr/linux/sbctl @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `sbctl status` -- Create custom secure boot keys (everything is stored in `/usr/share/secureboot`): +- Create custom secure boot keys (by default, everything is stored in `/var/lib/sbctl`): `sbctl create-keys` @@ -21,6 +21,10 @@ source: https://github.com/tldr-pages/tldr.git `sbctl enroll-keys --microsoft` +- Automatically run `create-keys` and `enroll-keys` based on the settings in `/etc/sbctl/sbctl.conf`: + +`sbctl setup --setup` + - Sign an EFI binary with the created key and save the file to the database: `sbctl sign {{-s|--save}} {{path/to/efi_binary}}`