mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the authenticode timestamp server URL
The symantec server has been shutdown
This commit is contained in:
parent
ed990010d1
commit
5d7fff99e5
@ -372,7 +372,7 @@ def sign_files(env, files):
|
|||||||
'https://calibre-ebook.com', '/f', CODESIGN_CERT, '/p', pw, '/tr']
|
'https://calibre-ebook.com', '/f', CODESIGN_CERT, '/p', pw, '/tr']
|
||||||
|
|
||||||
def runcmd(cmd):
|
def runcmd(cmd):
|
||||||
for timeserver in ('http://sha256timestamp.ws.symantec.com/sha256/timestamp', 'http://timestamp.comodoca.com/rfc3161',):
|
for timeserver in ('http://timestamp.comodoca.com/rfc3161', 'http://timestamp.sectigo.com'):
|
||||||
try:
|
try:
|
||||||
subprocess.check_call(cmd + [timeserver] + list(files))
|
subprocess.check_call(cmd + [timeserver] + list(files))
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user