mokutil: add page (#10180)

* mokutil: add page

* Update pages/linux/mokutil.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/mokutil.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Emanuele Rocca 2023-05-15 19:37:15 +02:00 committed by GitHub
parent 08ae698224
commit a87a72c745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
pages/linux/mokutil.md Normal file
View File

@ -0,0 +1,33 @@
# mokutil
> 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>.
- Show if Secure Boot is enabled:
`mokutil --sb-state`
- Enable Secure Boot:
`mokutil --enable-validation`
- Disable Secure Boot:
`mokutil --disable-validation`
- List enrolled keys:
`mokutil --list-enrolled`
- Enroll a new key:
`mokutil --import {{path/to/key.der}}`
- List the keys to be enrolled:
`mokutil --list-new`
- Set shim verbosity:
`mokutil --set-verbosity true`