Skip to content

Commit

Permalink
Switch timestamp server to use Sha256 version
Browse files Browse the repository at this point in the history
(cherry picked from commit aa7f542)
  • Loading branch information
danielmarbach authored and mikeminutillo committed Jan 5, 2021
1 parent 0980660 commit 37d9124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Setup/ServiceInsight.aip
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.DigCertStoreComponent">
<ROW TimeStampUrl="http://timestamp.digicert.com/?alg=sha1" SignerDescription="Particular ServiceInsight" DescriptionUrl="http://www.nservicebus.com" SignOptions="7" SignTool="0" Thumbprint="11b319724eaacd57d9df429926f77fc47e544e2b Subject: NServiceBus Ltd&#10;Issuer: DigiCert SHA2 Assured ID Code Signing CA&#10;Valid from 11/05/2020 to 01/30/2024"/>
<ROW TimeStampUrl="http://timestamp.digicert.com/?alg=sha256" SignerDescription="Particular ServiceInsight" DescriptionUrl="http://www.nservicebus.com" SignOptions="7" SignTool="0" Thumbprint="11b319724eaacd57d9df429926f77fc47e544e2b Subject: NServiceBus Ltd&#10;Issuer: DigiCert SHA2 Assured ID Code Signing CA&#10;Valid from 11/05/2020 to 01/30/2024"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
<ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>
Expand Down

0 comments on commit 37d9124

Please sign in to comment.