Skip to content

Commit

Permalink
Merge pull request #289 from DFE-Digital/use-automatic-ssl-cert
Browse files Browse the repository at this point in the history
Switch to using automatically renewing SSL certificate from GlobalSign
  • Loading branch information
albal authored Sep 28, 2023
2 parents 3567c65 + 278f67e commit 2b494b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform/appgw.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "azurerm_application_gateway" "appgw" {
frontend_ip_configuration_name = var.frontend_ip_configuration_name[terraform.workspace]
frontend_port_name = var.frontend_ssl_port_name[terraform.workspace]
protocol = "Https"
ssl_certificate_name = "develop-child-family-social-work-career"
ssl_certificate_name = "develop-child-family-social-work-career-23"
host_names = data.azurerm_resource_group.rg.name == "s185p01-childrens-social-care-cpd-rg" ? ["www.develop-child-family-social-work-career.education.gov.uk", "develop-child-family-social-work-career.education.gov.uk", ] : null
}

Expand Down

0 comments on commit 2b494b2

Please sign in to comment.