Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 2bea62b

Browse files
authored
Merge pull request #2 from InVisionApp/fix-timestamp-url-2
Fix timestamp url
2 parents 12d3315 + 36aa5d8 commit 2bea62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function spawnSign (options, callback) {
5454
'-out',
5555
outputPath,
5656
'-t',
57-
'http://timestamp.globalsign.com/scripts/timstamp.dll'
57+
'http://timestamp.digicert.com/scripts/timstamp.dll'
5858
]
5959

6060
var certExtension = path.extname(options.cert)

0 commit comments

Comments
 (0)