Skip to content

Commit 773d8ee

Browse files
committed
Move signing for ChakraCore.dll and ch.exe to use a SHA2 cert
1 parent 6c4ce8f commit 773d8ee

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
@@ -192,7 +192,7 @@
192192
<!-- Conditionally include the group of files to sign because MBv2 knows what to do with this but the old build definition gets confused. -->
193193
<ItemGroup Condition="'$(VSO_MICROBUILD_V2)'=='True' AND '$(POGO_TYPE)'!='PGI'">
194194
<FilesToSign Include="$(OutDir)\ChakraCore.dll">
195-
<Authenticode>Microsoft</Authenticode>
195+
<Authenticode>Microsoft400</Authenticode>
196196
</FilesToSign>
197197
</ItemGroup>
198198
<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
<ItemGroup>

0 commit comments

Comments
 (0)