Skip to content

Commit

Permalink
create a new cert
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Jul 22, 2024
1 parent 8bf894b commit 07a90db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/environments/hmpps-domain-services/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ locals {
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
domain_name = "modernisation-platform.service.justice.gov.uk"
external_validation_records_created = true
subject_alternate_names = [
"*.hmpps-domain-services.hmpps-production.modernisation-platform.service.justice.gov.uk",
"*.hmpps-domain.service.justice.gov.uk",
"hmpps-az-gw1.justice.gov.uk",
"*.hmpps-az-gw1.justice.gov.uk",
"*.planetfm.service.justice.gov.uk",
]
tags = {
description = "wildcard cert for hmpps domain load balancer"
}
}
remote_desktop_wildcard_and_planetfm_cert_v2 = {
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
domain_name = "modernisation-platform.service.justice.gov.uk"
external_validation_records_created = false
subject_alternate_names = [
"*.hmpps-domain-services.hmpps-production.modernisation-platform.service.justice.gov.uk",
"*.hmpps-domain.service.justice.gov.uk",
Expand Down

0 comments on commit 07a90db

Please sign in to comment.