Created signing key in order to run VirtualBox on an UEFI machine, any security risks?
I followed this tutorial to create my own signing key so I could run VirtualBox on a computer with a UEFI boot. Are there any security risks associated with creating my own signing key? I don't have an expert-level understanding of security concepts but it seems like creating my own key is something that could have consequences, so forgive me if this is a silly question.
Wait wait. From what I understand you are a running a PC with UEFI firmware. Do you have Secure Boot activated? If not just install VirtualBox the standard way (e.g as described here).
yeah, I have secure boot activated. Why would the default option be that I don't?
Not saying that this is the default option. Just wanted to make sure you are not trying something you don't have to do. But since it is enabled you need to get your kernel and kernel modules signed...which makes things more secure but also a bit more complicated:
Check out this one here: https://ask.fedoraproject.org/en/ques...
Some background info: https://docs.fedoraproject.org/en-US/...
thanks, I used the same instructions in the guide at the eguilor domain in the ask.fedora question you linked. I just wondered, is there anything more I need to know about creating my own keys and signing a kernel module? It just seems like an advanced action requiring some caution.