diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 14:04:26 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 14:04:26 +0800 |
commit | 6f8d513d62f45df9299852355981c3f7c0eec712 (patch) | |
tree | 189d2702a1cc5bc191477553aaf8f6b42d272ca8 | |
parent | 251910fb89523d73fc77282afbe203d2911f7b41 (diff) | |
download | meta-secure-core-6f8d513d62f45df9299852355981c3f7c0eec712.tar.gz |
README: cleanup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-signing-key/README.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-signing-key/README.md b/meta-signing-key/README.md index 9767156..6f78f61 100644 --- a/meta-signing-key/README.md +++ b/meta-signing-key/README.md | |||
@@ -38,19 +38,16 @@ The vital definitions include: | |||
38 | Prohibit using the sample keys for signing the images. | 38 | Prohibit using the sample keys for signing the images. |
39 | 39 | ||
40 | - `UEFI_SB_KEYS_DIR := "<path>"` | 40 | - `UEFI_SB_KEYS_DIR := "<path>"` |
41 | Point to the location of user keys used for UEFI secure boot. If not defined, | 41 | Point to the location of user keys used for UEFI secure boot. |
42 | the user keys for UEFI secure boot will be automatically generated. | ||
43 | 42 | ||
44 | - `MOK_SB_KEYS_DIR := "<path>"` | 43 | - `MOK_SB_KEYS_DIR := "<path>"` |
45 | Point to the location of user keys used for MOK secure boot. Note that | 44 | Point to the location of user keys used for MOK secure boot. Note that |
46 | MOK secure boot is on top of UEFI secure boot so creating the user keys | 45 | MOK secure boot is on top of UEFI secure boot so creating the user keys |
47 | for MOK secure boot only will still introduce the security risk in your | 46 | for MOK secure boot only will still introduce the security risk in your |
48 | product. If not defined, the user keys for MOK secure boot will be | 47 | product. |
49 | automatically generated. | ||
50 | 48 | ||
51 | - `IMA_KEYS_DIR := "<path>"` | 49 | - `IMA_KEYS_DIR := "<path>"` |
52 | Point to the location of user keys used for IMA appraisal. If not defined, | 50 | Point to the location of user keys used for IMA appraisal. |
53 | the user keys for IMA appraisal will be automatically generated. | ||
54 | 51 | ||
55 | - `USER_KEY_SHOW_VERBOSE = "1"` | 52 | - `USER_KEY_SHOW_VERBOSE = "1"` |
56 | Optional. Used to enable the verbose output for debugging purpose. | 53 | Optional. Used to enable the verbose output for debugging purpose. |
@@ -70,4 +67,3 @@ For the details about UEFI secure boot and MOK secure boot, please refer | |||
70 | to meta-efi-secure-boot/README.md. | 67 | to meta-efi-secure-boot/README.md. |
71 | 68 | ||
72 | ### Reference | 69 | ### Reference |
73 | [meta-efi-secure-boot](https://github.com/jiazhang0/meta-efi-secure-boot) | ||