How to use EV Code Signer

I finally got my ev code signer. Its a USB stick. My Dev is having some issues trying to get everything setup for me to sign the program. We have a chrome based browser and everything is in git. He usually just send me an exe and IDK how to generate the exe myself.

Is anything I can point him to or any advice on how to sign my program? I am defiantly more of a product manager and a poor cto / dev ops

Use signtool.

Here’s a simple example:

signtool.exe sign /v /as /fd sha256 /tr http://timestamp.digicert.com /td sha256 /n "[YOUR_EV_CERT_NAME]" "path/to/filename.exe"

My Dev was able to get it working. Although it took about 6 hours to build on my PC…