Closed nomba closed 2 years ago
It seems the sign command in Use Azure SignTool to sign the package locally must have -kvu argument before URL.
-kvu
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
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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.