diff options
| author | Peter Jones <pjones@redhat.com> | 2014-10-01 23:42:11 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2014-10-02 00:02:43 -0400 |
| commit | aa818fe639f103d9c40fcbc8342edd82ff5d49d2 (patch) | |
| tree | 2d7aaac759ad35aa38e61b5b4627071dcfc91535 | |
| parent | f14119502ee3301e1ae80b5ab7fbe1ba46580e23 (diff) | |
| download | efi-boot-shim-aa818fe639f103d9c40fcbc8342edd82ff5d49d2.tar.gz efi-boot-shim-aa818fe639f103d9c40fcbc8342edd82ff5d49d2.zip | |
Fix some minor testplan errors.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | testplan.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testplan.txt b/testplan.txt index 2fbf2385..ab887810 100644 --- a/testplan.txt +++ b/testplan.txt @@ -12,7 +12,7 @@ How to test a new shim build for RHEL/fedora: -s -c "Red Hat Test Certificate" 6) put pesign-test-app-signed.efi in \EFI\test as grubx64.efi cp /usr/share/pesign-test-app-0.4/pesign-test-app-signed.efi \ - /boot/efi/EFI/test/test.efi + /boot/efi/EFI/test/grubx64.efi 7) sign a copy of grubx64.efi with RHTC and iput it in \EFI\test\ . Also leave an unsigned copy there: pesign -i /boot/efi/EFI/redhat/grubx64.efi \ @@ -38,7 +38,9 @@ How to test a new shim build for RHEL/fedora: 12) put shim.efi there as well cp /boot/efi/EFI/test/shim.efi /boot/efi/EFI/BOOT/BOOTX64.EFI 13) enroll the current kernel's certificate with mokutil: - mokutil --import ~/redhatsecurebootca2.cer + # this should be a /different/ cert than the one signing pesign-test-app. + # for instance use a RHEL cert for p-t-a and a fedora cert+kernel here. + mokutil --import ~/fedora-ca.cer 14) put machine in setup mode 15) boot to the UEFI shell 16) run lockdown.efi from #4: |
