forked from openbmc/openbmc
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cerberus-pfr: change recovery/update images are signed by CSK key
To support key cancellation, the recovery/update images should be signed by CSK key. By default, it uses CSK key, pricsk0_2048.pem, signing recovery/update image. Signed-off-by: Jamin Lin <[email protected]> Change-Id: Ie97b88db77c0c7810a9534113cac9b110298a205
- Loading branch information
1 parent
0bcb135
commit 4de5af4
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ge/cerberus-pfr-key-cancellation-image/key_management_tools/cancel_key_manifest0_keys.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ge/cerberus-pfr-key-cancellation-image/key_management_tools/cancel_key_manifest1_keys.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-utility/cerberus-pfr-signing-utility/recovery_tools/obmc_recovery_image_generator.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Xml=obmc_recovery_image.xml | ||
InputImage=image-mtd-pfr | ||
Output=obmc_recovery_image.bin | ||
Key=prikey_2048.pem | ||
Key=pricsk0_2048.pem | ||
KeySize=256 |