Hey, I'm trying to sign an INNO Setup generated installer on Windows 10, and I used this super helpful article as a reference for the process. The signing process fails after calling SignerSignEx3, here's the relevant part of the log, all fails after this point:
the command I'm trying to sign with is:
azuresigntool sign --verbose -kvu "[OUR_KEYVAULT_URI"] -kvi "[OUR_CLIENT_ID]" -kvt "[OUR_TENANT_ID]" -kvs "[OUR_CLIENT_SECRET]" -kvc "[OUR_CERT_NAME]" -tr https://timestamp.digicert.com -v OurInstaller.exe
Obviously without the square braces and with actual values for the parameters.
I wasn't able to find any info about the error ID, unless I'm missing a list of error codes and their causes somewhere,
any advice would be super appreciated!
EDIT: It also fails with 80072EE2 sometimes as well
Hey, I'm trying to sign an INNO Setup generated installer on Windows 10, and I used this super helpful article as a reference for the process. The signing process fails after calling
SignerSignEx3
, here's the relevant part of the log, all fails after this point:the command I'm trying to sign with is:
azuresigntool sign --verbose -kvu "[OUR_KEYVAULT_URI"] -kvi "[OUR_CLIENT_ID]" -kvt "[OUR_TENANT_ID]" -kvs "[OUR_CLIENT_SECRET]" -kvc "[OUR_CERT_NAME]" -tr https://timestamp.digicert.com -v OurInstaller.exe
Obviously without the square braces and with actual values for the parameters.
I wasn't able to find any info about the error ID, unless I'm missing a list of error codes and their causes somewhere, any advice would be super appreciated!
EDIT: It also fails with 80072EE2 sometimes as well