Replies: 1 comment
-
msixherocli.exe sign --file <cert.pfx> --password x "xxx.msix" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are re-signing packages due to a change in our code-signing certificate. I would like to automat using the CLI. However, we are not using a timestamp. The command to sign and leaving off the --TimeStamp parameter is not working. It appears to keep looking for a URL. Can this be avoided?
Error: Signing failed: SignTool.exe returned with exit code 0x01. The specified timestamp server either could not be reached or
Command: msixherocli.exe sign --file <cert.pfx> --password ".msix"
Beta Was this translation helpful? Give feedback.
All reactions