Skip to content

Commit

Permalink
Merge pull request #99 from nextcloud/bugfix/use-sectigo-timestamp-se…
Browse files Browse the repository at this point in the history
…rver

Use timestamp.sectigo.com for signing.
  • Loading branch information
mgallien authored Dec 21, 2021
2 parents dbf3c8a + 8661f97 commit 32805d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.inc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if "%P12_KEY%" == "" set P12_KEY=%PROJECT_PATH%\key\%APPL
if "%P12_KEY_PASSWORD%" == "" set P12_KEY_PASSWORD=

if "%SIGN_FILE_DIGEST_ALG%" == "" set SIGN_FILE_DIGEST_ALG=sha256
if "%SIGN_TIMESTAMP_URL%" == "" set SIGN_TIMESTAMP_URL=http://tsa.swisssign.net
if "%SIGN_TIMESTAMP_URL%" == "" set SIGN_TIMESTAMP_URL=http://timestamp.sectigo.com
if "%SIGN_TIMESTAMP_DIGEST_ALG%" == "" set SIGN_TIMESTAMP_DIGEST_ALG=sha256

Rem ************************************************************************************************************************************************************************************
Expand Down

0 comments on commit 32805d3

Please sign in to comment.