From cace33b127a4fd4e5457838ba9cf35eb73e343ed Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:41:41 -0500 Subject: [PATCH] add link for secure boot --- blog/posts/secure-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/secure-boot.md b/blog/posts/secure-boot.md index 106ab35d1..eeaebcfa7 100644 --- a/blog/posts/secure-boot.md +++ b/blog/posts/secure-boot.md @@ -59,7 +59,7 @@ Some of these improvements include support for drives larger than 2 terabytes, s ### Secure Boot -Along with all of this, UEFI also supports Secure Boot, security feature that allows you to verify the firmware, bootloader, and OS hasn't been tampered with. +Along with all of this, UEFI also supports [Secure Boot](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-secure-boot-key-creation-and-management-guidance?view=windows-11), security feature that allows you to verify the firmware, bootloader, and OS hasn't been tampered with. Secure Boot relies on public key infrastructure (PKI) to validate these components.