MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
60 stars 114 forks source link

Missing `-kuv` in a sample command #295

Closed nomba closed 2 years ago

nomba commented 2 years ago

It seems the sign command in Use Azure SignTool to sign the package locally must have -kvu argument before URL.

I'm using AzureSignTool 3.0.0 and the following command is not working:

AzureSignTool sign -kvt "<tenantID>" "https://contosoexpenses-blog.vault.azure.net/" -kvi "64fae35e-cb84-4b9f-86eb-5170d169316d" -kvs "this-is-the-secret" -kvc "MyCertificate" -tr http://timestamp.digicert.com -v .\MyContosoApp.msix

Adding -kvu solves the problem:

AzureSignTool sign -kvt "<tenantID>" -kvu "https://contosoexpenses-blog.vault.azure.net/" -kvi "64fae35e-cb84-4b9f-86eb-5170d169316d" -kvs "this-is-the-secret" -kvc "MyCertificate" -tr http://timestamp.digicert.com -v .\MyContosoApp.msix


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.