diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-07-24 23:56:50 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-07-24 23:57:53 +0200 |
commit | 2f71b20d50a5814d5dce812fcd61740cb84de2af (patch) | |
tree | f4fa4bf625428f09fef3d506aaff591e419cfb16 /SecureBoot | |
parent | b2b039155d122b3344fc06058ec3c75de72028f0 (diff) | |
download | VeraCrypt-DCS-2f71b20d50a5814d5dce812fcd61740cb84de2af.tar.gz VeraCrypt-DCS-2f71b20d50a5814d5dce812fcd61740cb84de2af.zip |
Add support for new Dell CompalA31CSMB EFI certificate in SecureBoot powershell script
Diffstat (limited to 'SecureBoot')
-rw-r--r-- | SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt | bin | 0 -> 812 bytes | |||
-rw-r--r-- | SecureBoot/sb_set_siglists.ps1 | 1 | ||||
-rw-r--r-- | SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin | bin | 0 -> 840 bytes | |||
-rw-r--r-- | SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin | bin | 0 -> 880 bytes |
4 files changed, 1 insertions, 0 deletions
diff --git a/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt b/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt Binary files differnew file mode 100644 index 0000000..cd79bf3 --- /dev/null +++ b/SecureBoot/certs/Dell_CompalA31CSMB_2012-07-17.crt 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 Binary files differnew file mode 100644 index 0000000..59fbcce --- /dev/null +++ b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList.bin diff --git a/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin Binary files differnew file mode 100644 index 0000000..0c74499 --- /dev/null +++ b/SecureBoot/siglists/Dell_CompalA31CSMB_2012-07-17_SigList_Serialization.bin |