Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored May 27, 2022
1 parent 98c7912 commit 5e138a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function signWithSigntool(fileName: string) {
var vitalParameterIncluded = false;
var timestampUrl : string = core.getInput('timestampUrl');
if (timestampUrl === '') {
timestampUrl = 'http://timestamp.verisign.com/scripts/timstamp.dll'; // 'http://timestamp.digicert.com';//
timestampUrl = 'http://timestamp.digicert.com'; // 'http://timestamp.digicert.com';//
}
var command = `"${signtool}" sign /sm /t ${timestampUrl}`
const sha1 : string= core.getInput('certificatesha1');
Expand Down

0 comments on commit 5e138a5

Please sign in to comment.