Skip to content

Secure Boot: module signing with DKMS #563

Answered by umlaeute
umlaeute asked this question in Q&A
Discussion options

You must be logged in to vote

For your convenience, the build system provides as sign target.

Prerequisites

  • a private key/public certificate pair for signing kernel modules
  • the certificate must be known to the system

How to create and enroll a signing certificate is outside the scope of this document.
For Debian systems (and probably others), check out the documentation:

Simple usage

make sign

This assumes that the certificate/signing key are listed in /etc/dkms/framework.conf as mok_certificate resp. mok_signing_key.
It also assumes that these files are readable by the current user and do not require a password to unlock.

Advanced usage

You can manually pass the si…

Replies: 1 comment

Comment options

umlaeute
Nov 13, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by umlaeute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant