From 2f71b20d50a5814d5dce812fcd61740cb84de2af Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 24 Jul 2018 23:56:50 +0200 Subject: Add support for new Dell CompalA31CSMB EFI certificate in SecureBoot powershell script --- SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt | Bin 0 -> 812 bytes SecureBoot/sb_set_siglists.ps1 | 1 + .../siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin | Bin 0 -> 840 bytes ...ell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin | Bin 0 -> 880 bytes 4 files changed, 1 insertion(+) create mode 100644 SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt create mode 100644 SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin create mode 100644 SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin (limited to 'SecureBoot') diff --git a/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt b/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt new file mode 100644 index 0000000..cd79bf3 Binary files /dev/null and b/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt differ diff --git a/SecureBoot/sb_set_siglists.ps1 b/SecureBoot/sb_set_siglists.ps1 index 5049f55..a5c7216 100644 --- a/SecureBoot/sb_set_siglists.ps1 +++ b/SecureBoot/sb_set_siglists.ps1 @@ -49,6 +49,7 @@ Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\sigli ############### DELL ############### # Write-Host "Setting KEK-signed Dell cert in db..." # Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Dell_UEFI_DB_2016_06_03_SigList.bin -SignedFilePath $scriptPath\siglists\Dell_UEFI_DB_2016_06_03_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true +# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Dell_CompalA31CSMB_2012-07-17_SigList.bin -SignedFilePath $scriptPath\siglists\Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true ############### HP ############### # Write-Host "Setting KEK-signed HP cert in db..." diff --git a/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin new file mode 100644 index 0000000..59fbcce Binary files /dev/null and b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin differ diff --git a/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin new file mode 100644 index 0000000..0c74499 Binary files /dev/null and b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin differ -- cgit v1.2.3