vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
285 stars 90 forks source link

Add support for other Azure clouds in CLI #223

Closed vcsjones closed 11 months ago

vcsjones commented 11 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