From b16f71574d0c562b574e577c111c9ab07c87bb96 Mon Sep 17 00:00:00 2001 From: Ryana May Que Date: Sat, 24 Aug 2024 21:06:44 +0800 Subject: [PATCH] new: include note about certs and keytool --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9f6fe9..d6333be 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ The script will attempt to install any missing dependencies using your system's > [!IMPORTANT] > In order to sign your EFI files, you must have your `EFI` folder in the same directory as the script. The script will sign and override all `.efi` files in this folder. +> [!NOTE] +> The Microsoft Certificates and KeyTool is provided in this repository by default. If you do not wish to use these, you can provide your own Microsoft certificates and KeyTool or delete them so they could be downloaded from the internet. + - **Clone the repository and run the script**: ```bash git clone https://github.com/ryanamay/opencore-secureboot-tool.git