Skip to content

Commit

Permalink
Fix wincertPath to new cer (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas authored Jul 18, 2024
1 parent ead975e commit 155c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/package_zip.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Write-Output "Generating catalog file"
New-FileCatalog -Path "$workspace\dist\newrelic-infra-$arch.$version.zip" -CatalogFilePath "$workspace\dist\newrelic-infra-$arch.$version.zip.cat" -CatalogVersion 2.0

Write-Output "Signing catalog file"
Set-AuthenticodeSignature -FilePath "$workspace\dist\newrelic-infra-$arch.$version.zip.cat" -Certificate (Get-Item Cert:\CurrentUser\My\DF4B8F6ACFB5CDE77FF506F895E317EEC92CF77F) -TimestampServer http://timestamp.digicert.com
Set-AuthenticodeSignature -FilePath "$workspace\dist\newrelic-infra-$arch.$version.zip.cat" -Certificate (Get-Item Cert:\CurrentUser\My\99C80227B0FD6238225C5E27227115F511EC0C1A) -TimestampServer http://timestamp.digicert.com

0 comments on commit 155c57d

Please sign in to comment.