From 38c629829f380fcfa49d82524de459ae97aadcf0 Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 18 Jul 2024 06:11:49 +0300 Subject: [PATCH] Fix spelling --- docs/SIGNING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SIGNING.md b/docs/SIGNING.md index 47fb0d5..f3f2764 100644 --- a/docs/SIGNING.md +++ b/docs/SIGNING.md @@ -18,7 +18,7 @@ ls -al /var/lib/dkms/mok* # Enroll keys into system sudo mokutil --import /var/lib/dkms/mok.pub ``` -You need to reboot your PC after that, you will be greated with blue screen dialog. +You need to reboot your PC after that, you will be greeted with blue screen dialog. Choose "Enroll MOK", then "Continue" and "Yes". After that choose "Reboot system". Now DKMS should sign updated modules automatically as they updated. @@ -34,7 +34,7 @@ openssl req -new -x509 -newkey rsa:2048 -keyout mok.key -outform DER -out mok.pu sudo mokutil --import mok.pub ``` -You need to reboot your PC after that, you will be greated with blue screen dialog +You need to reboot your PC after that, you will be greeted with blue screen dialog Choose "Enroll MOK", enter your MOK password if exists, then "Continue", "Yes", and then reboot your system. After that you can manually sign your built kernel module like so (feel free to adjust paths to keys/certificate/modules):