Skip to content

Commit febd280

Browse files
authored
Setup: use sha256 for timestamp server (#4892)
1 parent 73964b3 commit febd280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def download_SNI() -> None:
154154
with open("X:/pw.txt", encoding="utf-8-sig") as f:
155155
pw = f.read()
156156
signtool = r'signtool sign /f X:/_SITS_Zertifikat_.pfx /p "' + pw + \
157-
r'" /fd sha256 /tr http://timestamp.digicert.com/ '
157+
r'" /fd sha256 /td sha256 /tr http://timestamp.digicert.com/ '
158158
else:
159159
signtool = None
160160

0 commit comments

Comments
 (0)