Export SSL Certificate as PFX from KeyVault
Export SSL Certificate as PFX from KeyVault
This script will do following steps:
- Read KeyVault information from current Terraform state
- Export Certificate to file
After the script is successfully executed the SSL certificate should be saved as PFX file
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| PFX_FILE_LOCATION | String | false | SSL/<BOT_NAME>.pfx | SSL CERT (PFX Format) file location |
| KEYVAULT_CERT_NAME | String | false | SSLcert | KeyVault certificate key name |
.\ExportSSL.ps1