Replies: 2 comments
-
|
msixherocli.exe sign --file <cert.pfx> --password x "xxx.msix" |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
should work with this change: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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