menci/Deploy SSL certificate to Azure Web App

Deploy SSL certificate to Azure Web App (including Function App).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
azcliversionAzure CLI version to be used to execute the script. If not provided, latest version is used.nolatest
credsCredentials for `az login` command.no""
subscriptionName or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.no""
resource-groupName of resource group. You can configure the default group using `az configure --defaults group=<name>`.no""
webapp-nameName of the web app.yes
certificate-fileThe filepath for the `.pfx` file.yes
certificate-passwordThe ssl cert password.yes
delete-old-certificatesWhether to delete ALL old certificates on the Web App or not.yes

no outputs