garrett-wood
garrett-wood
@vcsjones , FYI the CAB Forum has a new guideline taking effect 2021.06.01 where all CA's need to enforce a minimum size of 3072 bit RSA keys for CS certs...
@vcsjones / @vincentl2189 I do have this working in Azure Government with a previous release - not sure new code is needed. I use the following parameters --azure-key-vault-url --azure-key-vault-accesstoken Edit:...
Hi, I know we can get EC Certificates in Azure Key Vault using the REST API or using the Az PowerShell module, although cannot generate them from the portal yet....
@vcsjones While EC keys can be generated now, the tool can't use them. Will look into further later. ``` trce: AzureSignTool.Program[0] Retrieving certificate KeyVault-TestSign-Test-CodeSigning. trce: AzureSignTool.Program[0] Acquiring access token from...
You can work around this limitation by creating a token through an external process. See #158
Sundar, Are you sure the file is supported by the tool? There are some limitations over using SignTool listed in the documentation.