Check if already a SSL certificate was imported to KeyVault
Check if already a SSL certificate was imported to KeyVault
This script will do following steps:
- Read values from Terraform IaC run (Bot deployment scripts)
- Check if certificate exists in Key Vault
Returns $True if certificate already exists
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| KEYVAULT_CERT_NAME | String | false | SSLcert | KeyVault certificate key name |
.\CheckExistingSSL.ps1 -KEYVAULT_CERT_NAME SSLcert