diff --git a/tests/tsa_server.py b/tests/tsa_server.py index 7fde523..e08ef85 100644 --- a/tests/tsa_server.py +++ b/tests/tsa_server.py @@ -120,7 +120,7 @@ def parse_args() -> str: program = [OSSLSIGNCODE_FILE, "sign", "-in", args.input, "-out", args.output, "-certs", args.certs, "-key", args.key, "-addUnauthenticatedBlob", "-add-msi-dse", "-comm", "-ph", "-jp", "low", - "-h", "sha384", "-st", "1556668800", "-i", "https://www.osslsigncode.com/", + "-h", "sha384", "-time", "1556668800", "-i", "https://www.osslsigncode.com/", "-n", "osslsigncode", "-ac", args.crosscert, "-ts"] return program