Skip to content

Commit

Permalink
Use new timestamp server (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Aug 23, 2024
1 parent c716c19 commit e123f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packagekit/authenticode/authenticode_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Sign(ctx context.Context, file string, opts ...SigntoolOpt) error {
so := &signtoolOptions{
signtoolPath: "signtool.exe",
timestampServer: "http://timestamp.verisign.com/scripts/timstamp.dll",
rfc3161Server: "http://sha256timestamp.ws.symantec.com/sha256/timestamp",
rfc3161Server: "http://timestamp.digicert.com",
execCC: exec.CommandContext, //nolint:forbidigo // Fine to use exec.CommandContext outside of launcher proper
}

Expand Down

0 comments on commit e123f14

Please sign in to comment.