logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Mokutil - Configure Secure Boot Keys | Online Free DevTools by Hexmos

Configure Secure Boot keys with Mokutil. Enable or disable Secure Boot validation, list and enroll keys using the command line. Free online tool, no registration required.

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

See Also