Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.12 KB

File metadata and controls

42 lines (25 loc) · 1.12 KB

ActivateSSL.ps1

Activate Custom Domain Name SSL Certificate and activate TrafficManager Endpoints

Description

Activate Custom Domain Name SSL Certificate and activate TrafficManager Endpoints

This script will do following steps:

  1. Import information from previous Terraform runs
  2. Terraform execution to activate certificate and map TrafficManager endpoints
  3. Update Bot Endpoint

After the script is successfully executed the bot should be in a usable state from WebChat

Parameters

Name Type Required Default Description
YOUR_DOMAIN String false The domain (CN) name for the SSL certificate
AUTOAPPROVE Boolean false False Terraform and SSL creation Automation Flag. $False -> Interactive, Approval $True -> Automatic Approval
KEYVAULT_CERT_NAME String false SSLcert KeyVault certificate key name

Examples

.\ActivateSSL.ps1 -YOUR_DOMAIN bot.mydomain.com

Related Scripts

Flowchart

Flowchart for ActivateSSL.ps1