Hello,
I have a question about how module signature keys are supposed to work in gentoo. On my laptop, in make.conf, I have my module signing keys set to my secure boot key, while for my kernel, I use the default signing key in /var/tmp/portage/<sources>, and it compiles, signs, and boots without issue.
I just installed gentoo on another computer I have, and I had module signing keys set to sbctl keys in make.conf, and while I was using a distribution kernel, it booted without issue. Yesterday, I configured a custom kernel, and it compiles fine, but I am unable to load the zfs module when it boots into the initramfs because the key isn't trusted by the kernel.
I tried setting the default module_sig key in the kernel to my sbctl keys, however, it gives errors when compiling and installing modules.
My question is how do I properly configure the keys in the kernel and make.conf for secure boot to work, and for my zfs module to work so I can decrypt my system.

