Skip to content

Commit 32805d3

Browse files
authored
Merge pull request #99 from nextcloud/bugfix/use-sectigo-timestamp-server
Use timestamp.sectigo.com for signing.
2 parents dbf3c8a + 8661f97 commit 32805d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults.inc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if "%P12_KEY%" == "" set P12_KEY=%PROJECT_PATH%\key\%APPL
128128
if "%P12_KEY_PASSWORD%" == "" set P12_KEY_PASSWORD=
129129

130130
if "%SIGN_FILE_DIGEST_ALG%" == "" set SIGN_FILE_DIGEST_ALG=sha256
131-
if "%SIGN_TIMESTAMP_URL%" == "" set SIGN_TIMESTAMP_URL=http://tsa.swisssign.net
131+
if "%SIGN_TIMESTAMP_URL%" == "" set SIGN_TIMESTAMP_URL=http://timestamp.sectigo.com
132132
if "%SIGN_TIMESTAMP_DIGEST_ALG%" == "" set SIGN_TIMESTAMP_DIGEST_ALG=sha256
133133

134134
Rem ************************************************************************************************************************************************************************************

0 commit comments

Comments
 (0)