vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

Add support for other Azure clouds in CLI #223

Closed vcsjones closed 8 months ago

vcsjones commented 8 months ago

This adds an optional CLI argument, -au or --azure-authority that allows specifying other Azure clouds, like Gov, Germany, etc.

If not specified, the existing behavior will remain, including the AZURE_AUTHORITY_HOST environment variable will continue to work.

Closes #161 Closes #158