diff --git a/index.js b/index.js index ba7a4c5..c66b543 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ function spawnSign (options, callback) { '-out', outputPath, '-t', - 'http://timestamp.verisign.com/scripts/timstamp.dll' + 'http://timestamp.digicert.com/scripts/timstamp.dll' ] var certExtension = path.extname(options.cert) diff --git a/package.json b/package.json index 5be4fd4..9a77295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "signcode", - "version": "1.0.0", + "version": "1.0.1", "description": "Sign Windows executables from a Mac", "repository": "https://github.com/kevinsawicki/signcode", "main": "index.js",