Skip to content

Commit

Permalink
Fix typo in efikeygen command
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bernhard <[email protected]>
  • Loading branch information
Matt Bernhard authored and umbernhard committed May 27, 2022
1 parent e752599 commit e68879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ except for Linux.)
Generate a key for use with pesign, stored on disk:

```
efikeyen -d /etc/pki/pesign -S -TYPE -c 'CN=Your Name Key' -n 'Custom Secureboot'
efikeygen -d /etc/pki/pesign -S -TYPE -c 'CN=Your Name Key' -n 'Custom Secureboot'
```

(where TYPE is m if you're only signing kernel modules, and k otherwise).
Expand Down

0 comments on commit e68879c

Please sign in to comment.