On Fri, 7 Oct 2022 11:41:31 +0530, I wrote: > For some reason it isn't signing while using apt, but is signing when I > manually > remove and add the modules. I infer signing is being done when it is shown in > the output, which was not the case when I installed nvidia-driver.
So it was due to MOK key locations in DKMS config not being set to distro defaults. That's all what is needed if your keys aren't protected by a passphrase. Otherwise, we can use the sign_helper.sh which was used to in sign_tool config prior to v3 in the sign_file config. If anyone stumbles upon this thread, my config can be found on: https://gist.github.com/siddhpant/19c07b07d912811f5a4b2893ca706c99 Thanks, Siddh