Skip to content

Commit ea0882f

Browse files
boingoingwyrichte
authored andcommitted
Move signing for ChakraCore.dll and ch.exe to use a SHA2 cert
1 parent 6b1250b commit ea0882f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ChakraCore/ChakraCore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<!-- Conditionally include the group of files to sign because MBv2 knows what to do with this but the old build definition gets confused. -->
190190
<ItemGroup Condition="'$(VSO_MICROBUILD_V2)'=='True' AND '$(POGO_TYPE)'!='PGI'">
191191
<FilesToSign Include="$(OutDir)\ChakraCore.dll">
192-
<Authenticode>Microsoft</Authenticode>
192+
<Authenticode>Microsoft400</Authenticode>
193193
</FilesToSign>
194194
</ItemGroup>
195195
<Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />

bin/ch/ch.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<!-- Conditionally include the group of files to sign because MBv2 knows what to do with this but the old build definition gets confused. -->
121121
<ItemGroup Condition="'$(VSO_MICROBUILD_V2)'=='True' AND '$(POGO_TYPE)'!='PGI'">
122122
<FilesToSign Include="$(OutDir)\ch.exe">
123-
<Authenticode>Microsoft</Authenticode>
123+
<Authenticode>Microsoft400</Authenticode>
124124
</FilesToSign>
125125
</ItemGroup>
126126
<Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />

0 commit comments

Comments
 (0)