Signing an executable in two steps via a digest with Jsign ?
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:
Thanks
Digest signing isn't supported, but it's on my todo list.
Can't wait to see it implemented, thanks for your work.