Skip to content

Commit 12bb786

Browse files
committed
Replace old SHA1 signing certificates with SHA256 ones
Per policy we should stop using SHA1 certificates for signing binaries and installers. The replacement for the 'Microsoft' Authenticode certificate is 'Microsoft400'.
1 parent f95f747 commit 12bb786

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/osx/SignFiles.Mac/SignFiles.Mac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$(OutDir)\GitHub.dll;
2525
$(OutDir)\Microsoft.AzureRepos.dll;
2626
$(OutDir)\Microsoft.Git.CredentialManager.dll;">
27-
<Authenticode>Microsoft</Authenticode>
27+
<Authenticode>Microsoft400</Authenticode>
2828
<InProject>false</InProject>
2929
</FilesToSign>
3030
<MacFilesToSign Include="

src/windows/Installer.Windows/Installer.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Target Name="CreateFilesToSignItems" DependsOnTargets="GetBuildVersion" BeforeTargets="PrepareForRun">
3131
<ItemGroup>
3232
<FilesToSign Include="$(OutDir)gcmcore-windows-$(BuildVersion).exe">
33-
<Authenticode>Microsoft</Authenticode>
33+
<Authenticode>Microsoft400</Authenticode>
3434
<InProject>false</InProject>
3535
</FilesToSign>
3636
</ItemGroup>

src/windows/Payload.Windows/Payload.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$(OutDir)Microsoft.AzureRepos.dll;
3030
$(OutDir)Microsoft.Git.CredentialManager.dll;
3131
$(OutDir)Microsoft.Authentication.Helper.exe;">
32-
<Authenticode>Microsoft</Authenticode>
32+
<Authenticode>Microsoft400</Authenticode>
3333
<InProject>false</InProject>
3434
</FilesToSign>
3535
</ItemGroup>

0 commit comments

Comments
 (0)