add link for secure boot

This commit is contained in:
fria 2025-10-27 08:41:41 -05:00 committed by GitHub
parent 68886b87dc
commit cace33b127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.