Appending multiple digest signatures to a file using signtool

402 views Asked by At

I am trying to sign a .exe file using signtool's digest signing option with several signatures while appending them. For each signature I am using /dg to create the digest, then /ds to sign it and then /di to ingest it and sign the .exe file. Didn't quite understand how and when to use /as. Should it replace the next /di step? Should it be done after? Thanks!

0

There are 0 answers