From 23288f5a0046435087434f0c6987f7b885608f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Tue, 2 Aug 2022 21:26:09 +0200 Subject: [PATCH] use the new option name for tests --- tests/tsa_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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