menci/Deploy SSL certificate to Azure Web App
Deploy SSL certificate to Azure Web App (including Function App).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azcliversion | Azure CLI version to be used to execute the script. If not provided, latest version is used. | no | latest |
| creds | Credentials for `az login` command. | no | "" |
| subscription | Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. | no | "" |
| resource-group | Name of resource group. You can configure the default group using `az configure --defaults group=<name>`. | no | "" |
| webapp-name | Name of the web app. | yes | — |
| certificate-file | The filepath for the `.pfx` file. | yes | — |
| certificate-password | The ssl cert password. | yes | — |
| delete-old-certificates | Whether to delete ALL old certificates on the Web App or not. | yes | — |
Outputs
no outputs