vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 87 forks source link

Add Support for Certificate Authentication #110

Open garrett-wood opened 3 years ago

garrett-wood commented 3 years ago

For use cases where a managed identity is not possible, using a certificate thumbprint where the certificate is stored in a local HSM, TPM, or smartcard provides significantly more security than a shared secret.

It would seem the underlying APIs support this, is it possible to add the functionality?

lukeapage commented 1 year ago

@garrett-wood did you get anywhere with this or find a work-around?