Switch to the new Sectigo certificate

This commit is contained in:
Cameron Gutman 2021-07-14 21:09:48 -05:00
parent 48728efee0
commit f82b495bcc
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if /I "%ARCH%" NEQ "x86" (
)
)
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 1B3C676E831A94EC0327C3347EB32C68C26B3A67 /v
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 b28642b756ebec4884d1063dfa4de803a6dcecdc /v
set BUILD_ROOT=%cd%\build
set SOURCE_ROOT=%cd%

View File

@ -39,7 +39,7 @@ if /I "%BUILD_CONFIG%"=="debug" (
)
)
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 1B3C676E831A94EC0327C3347EB32C68C26B3A67 /v
set SIGNTOOL_PARAMS=sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /sha1 b28642b756ebec4884d1063dfa4de803a6dcecdc /v
set BUILD_ROOT=%cd%\build
set SOURCE_ROOT=%cd%