vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
282 stars 88 forks source link

Insufficient error details in KeyVaultConfigurationDiscoverer.Materialize #102

Closed dragmz closed 4 years ago

dragmz commented 4 years ago

Found that the 'Failed to retrieve certificate..' error logged is not verbose enough. Reporting the actual exception message was helpful to diagnose the failure (host name not found caused by an incorrect vault URL).

I suggest the exception message (including a stack trace, if possible) is reported.