jsign icon indicating copy to clipboard operation
jsign copied to clipboard

Signing an executable in two steps via a digest with Jsign ?

Open QuentinPhrl opened this issue 1 year ago • 2 comments

Hello ,

I would like to know if jsign offers a solution for signing (Authenticode sign) an executable in two steps via a digest, this is particularly useful in the case where the private key is hosted by the certificate provider.

I haven't seen anything in the documentation that seems to allow me to do this, so I thought I'd ask, and if it isn't possible, suggest an improvement.

I'm currently using signtool to do this, but I'd like to be able to use jsign for the portability it offers between OS.

For more information on how to do this with signtool, see the following article, which explains it very well:

Digest sign signtool

Thanks

QuentinPhrl avatar Feb 25 '25 23:02 QuentinPhrl

Digest signing isn't supported, but it's on my todo list.

ebourg avatar Mar 03 '25 08:03 ebourg

Can't wait to see it implemented, thanks for your work.

QuentinPhrl avatar Mar 09 '25 15:03 QuentinPhrl