On Wed, 21 Sep 2022 10:49:46 +0200 Maurizio Avogadro <[email protected]> wrote: > ... and support for MOK keys with a passphrase seem to have disappeared all > at > once... > > Furthermore, I'm unable to find any documentation on changes regarding module > signing, and there are no useful comments on config files.
We can use the sign_helper.sh which was used in sign_tool config prior to v3 in the sign_file config option in /etc/dkms/framework.conf. Courtesy: https://github.com/dell/dkms/issues/273. I use it with keyring in the following way: https://gist.github.com/siddhpant/19c07b07d912811f5a4b2893ca706c99 Thanks, Siddh

