Skip to content

Commit

Permalink
Use Microsoft400 for code signing CAB, MSI, and installer bundles (#1433
Browse files Browse the repository at this point in the history
)
  • Loading branch information
natemcmaster committed Sep 27, 2018
1 parent 82d17e4 commit c9747bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eng/targets/Wix.Common.targets
Expand Up @@ -2,10 +2,19 @@
<Project>

<ItemDefinitionGroup>
<!-- Override the MicroBuild default certs which still uses MicrosoftSHA1 and Microsoft401 -->
<SignCabs>
<Authenticode>Microsoft400</Authenticode>
</SignCabs>
<SignMsi>
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
<Authenticode>Microsoft400</Authenticode>
</SignMsi>
<SignBundle>
<Authenticode>Microsoft400</Authenticode>
</SignBundle>
<SignBundleEngine>
<Authenticode>Microsoft400</Authenticode>
</SignBundleEngine>
</ItemDefinitionGroup>

<ItemGroup>
Expand Down

0 comments on commit c9747bc

Please sign in to comment.