Skip to content

Commit

Permalink
Update timestamp server URLs in certAllBuild.cmd and certBuild2023.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed Jan 22, 2024
1 parent 3de41a4 commit 6f076e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jptools/certAllBuild.cmd
Expand Up @@ -4,7 +4,7 @@ set PFX=jptools\secret\shuaruta-key220824.pfx
set PWFILE=jptools\secret\shuaruta-key-pass-2022.txt
@for /F "delims=" %%s in ('type %PWFILE%') do @set PASSWORD=%%s
del /Q %PWFILE%
set TIMESERVER=http://timestamp.comodoca.com/rfc3161
set TIMESERVER=http://timestamp.digicert.com

call miscDepsJp\include\python-jtalk\vcsetup.cmd
cd /d %~dp0
Expand Down
2 changes: 1 addition & 1 deletion jptools/certBuild2023.cmd
@@ -1,6 +1,6 @@
set SCONSOPTIONS=%*

set TIMESERVER=http://timestamp.comodoca.com/
set TIMESERVER=http://timestamp.digicert.com/

call miscDepsJp\include\python-jtalk\vcsetup.cmd
cd /d %~dp0
Expand Down

0 comments on commit 6f076e7

Please sign in to comment.