That’s absurd. $518 per year for OV and $588 for EV. Shop literally anywhere else. If you didn’t notice the thread on Azure Trusted Signing, that seems to be the way to go at $120 per year for EV.
1 Like
Btw I just helped a client set up automated signing with that tool you found using a SafeNet token. It was a bumpy 2.5 hours so I don’t have a writeup or details, but it does work.
2 Likes
I’m migrating my build system from a Windows 10 VM to a Windows 11 Arm VM.
So far it’s all working normally, but I found one glitch:
Although the x64 version of signtool located at:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe
will run under Windows 11 Arm, it was failing with mysterious errors.
I changed the signtool
path to the arm64 version here:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\arm64\signtool.exe
and it works again.
2 Likes