On Tue, Mar 2, 2010 at 3:34 AM, enda man wrote:
> Hi,
>
> I want to call the Windows signtool to sign a binary from a python
> script.
>
> Here is my script:
> //
> os.chdir('./Install/activex/cab')
> subprocess.call(["signtool", "sign", "/v", "/f", "webph.pfx", "/t",
> "http://timestamp.verisign.
262-6300 or by electronic mail
> immediately. Thank you.
>
> -Original Message-
> From: [email protected]
>
> [mailto:[email protected]] On
> Behalf Of enda man
> Sent: Tuesday, March
[email protected]
[mailto:[email protected]] On
Behalf Of enda man
Sent: Tuesday, March 02, 2010 6:34 AM
To: [email protected]
Subject: Call Signtool using python
Hi,
I want to call the Windows signtool to sign a binary from a python
script
Hi,
I want to call the Windows signtool to sign a binary from a python
script.
Here is my script:
//
os.chdir('./Install/activex/cab')
subprocess.call(["signtool", "sign", "/v", "/f", "webph.pfx", "/t",
"http://timestamp.verisign.com/scripts/timstamp.dll";, "WebPh.exe" ])
//
But I am getting thi