mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 21:53:38 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Configure Secure Boot Machine Owner Keys (MOK).
|
||||
> Some operations, such as enabling and disabling Secure Boot or enrolling keys require a reboot.
|
||||
> More information: <https://github.com/lcp/mokutil>.
|
||||
> More information: <https://manned.org/mokutil>.
|
||||
|
||||
- Show if Secure Boot is enabled:
|
||||
|
||||
@@ -23,15 +23,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List enrolled keys:
|
||||
|
||||
`mokutil --list-enrolled`
|
||||
`mokutil {{[-l|--list-enrolled]}}`
|
||||
|
||||
- Enroll a new key:
|
||||
|
||||
`mokutil --import {{path/to/key.der}}`
|
||||
`mokutil {{[-i|--import]}} {{path/to/key.der}}`
|
||||
|
||||
- List the keys to be enrolled:
|
||||
|
||||
`mokutil --list-new`
|
||||
`mokutil {{[-N|--list-new]}}`
|
||||
|
||||
- Set shim verbosity:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user