
Millions of computers worldwide, including a large user base in Spain, are currently undergoing a technical transition that often goes unnoticed but is vital for system integrity. Secure Boot is renewing its trusted credentials to prevent malicious software from taking control of the computer before the operating system even begins to load. This measure addresses the need to retire cryptographic keys that have been in use for almost fifteen years.
The change isn't a technical whim, but a direct response to vulnerabilities discovered recently, such as the LogoFail case, which demonstrated that UEFI firmware could be manipulated. To mitigate risks, Microsoft is leading a rollout of new certificates issued in 2023 , replacing the older 2011 certificates that are nearing expiration. While this might sound like gibberish to the average user, it's the shield that prevents a virus from installing itself on the motherboard and surviving even if you decide to format the entire hard drive.
The end of the validity of the 2011 keys
The core of the problem lies in the fact that the digital signatures that validate the boot software's legitimacy have an expiration date. The current keys were created in 2011, and their lifecycle is nearing its end, with June being a key date for this replacement. If these signatures expire before the computer has installed the new ones, the PC's chain of trust could be compromised, facilitating the entry of threats that conventional antivirus software is completely unable to detect once the system is running.
It's important to emphasize that if a computer isn't updated on time, it doesn't mean the screen will suddenly go black. The computer will still power on and function normally, but it will be in a kind of security limbo. In practice, this leaves a door ajar through which attacks designed to infect the UEFI firmware—the successor to the old BIOS that manages the hardware from the very beginning—could slip through.
Linux and the importance of the Shim component
Interestingly, while Microsoft manages these keys for almost the entire industry, the Linux ecosystem is also fully involved in this process. Popular distributions like Ubuntu, Fedora, and Debian rely on a small piece of intermediary software called Shim, which must be signed by Microsoft for the computer to allow it to boot. Without this signature, the motherboard would block Linux from starting because it wouldn't recognize it as trusted software under the Secure Boot standard.
Because of this dependency, Linux developers are also releasing updates for their bootloaders, ensuring they are compatible with the 2023 certifications. For Linux users, the recommendation is the same as for Windows users: don't miss system updates and keep an eye out for new bootloader versions being distributed these days. In more technical environments or on servers, using tools like fwupd can greatly simplify the task of keeping the firmware up to date without added complications.
How to check the protection on our device
For the vast majority of people using Windows 10 or Windows 11, this process is completely seamless through Windows Update . However, if you want to be extra careful and verify that everything is in order, you can navigate through the settings menu to the Device Security and Secure Boot section . If you see an icon with a green checkmark indicating that all necessary certificate updates have been applied, then there's nothing to worry about.
However, the situation changes slightly when dealing with older computers or those on which the operating system was installed bypassing certain official requirements. In these cases, the system may display a warning message or simply be unable to apply the new keys automatically. If this happens, it's best to check the website of the laptop or motherboard manufacturer to see if they have released a BIOS or UEFI update that includes these new security patches.
Renewing these digital certificates is a preventative maintenance task that ensures our computers remain reliable environments in the long term. Although the transition process is gradual and Microsoft has set security targets extending to 2038, acting now by installing available patches prevents future compatibility issues with new hardware or drivers. Keeping the operating system updated and periodically checking the firmware status are the simplest steps to ensure our machine always boots up in a malware-free environment.

