Import existing SSL certificate to KeyVault
Import existing SSL certificate to KeyVault
This script will do following steps:
- Load KeyVault values from Terraform Infrastructure run
- Import PFX/SSL to KeyVault
After the script is successfully executed the Bot should be in a usable from within Bot Framework Service (WebChat) and Emulator
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| PFX_FILE_LOCATION | String | false | SSL/<BOT_NAME>.pfx | SSL CERT (PFX Format) file location |
| PFX_FILE_PASSWORD | String | false | SSL CERT (PFX Format) file password | |
| KEYVAULT_CERT_NAME | String | false | SSLcert | KeyVault certificate key name |
.\ImportSSL.ps1 -PFX_FILE_LOCATION ../SSL/mybot.pfx -PFX_FILE_PASSWORD securesecret