Some scripts that might help: - https://github.com/ivan-californias/vbox-sign-modules - https://github.com/Majal/maj-scripts/blob/master/vboxsign
Or better a more generic solution of signing all DKMS modules: https://gist.github.com/dop3j0e/2a9e2dddca982c4f679552fc1ebb18df New versions of DKMS have a `SIGN_TOOL=` feature. Please have a look, see if that looks alright, and give feedback to the DKMS developers: * https://github.com/dell/dkms/issues/72 * https://github.com/dell/dkms/pull/87 > SIGN_TOOL= > The module signing tool to be run at a build. Two arguments will be passed to the signing tool. The first argument is the target kernel version, the second is the module file path. If the tool exits with a non-zero value, the build will be aborted. Kind regards, Patrick