Skip to content

Commit

Permalink
Add webcaf DS key for DNSSEC
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Jan 4, 2024
1 parent c7bfd7c commit 9ce0752
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dns/r53_2-service-security-gov-uk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,15 @@ resource "aws_route53_record" "webcaf-delegated-zone" {
"ns-1420.awsdns-49.org.",
]
}

resource "aws_route53_record" "webcaf-ds" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
allow_overwrite = true
name = "webcaf.service"
ttl = local.standard_ttl
type = "DS"

records = [
"29233 13 2 AED8C8671A3829923964BC4CD956CD4641963B768504F13C082D0A34586764F3"
]
}

0 comments on commit 9ce0752

Please sign in to comment.