Artifact Signing
A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm new to Azure.
I'm trying to sign an application with sign.exe from dotnet sign.
I have already:
I get a 500 Internal Server Error without more details.
Here is my redacted command line:
./sign.exe code artifact-signing MyExecutable.exe -ase https://weu.codesigning.azure.net/ -asa Redacted -ascp Redacted -v information
fail: Sign.Core.ISigner[0]
Service request failed.
Status: 500 (Internal Server Error)
Content:
{"errorDetail":{"code":"InternalError","message":"An internal error has occurred.","target":null}}
Thanks
A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
Fixed:
I moved my subscription back to the default directory, and now signing works.
I guess there was an issue with the directory I created.