From 88d71ada91aee2aa4dc81cc9f0ea567f6027a91d Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Mon, 4 Nov 2024 09:24:27 +0000 Subject: [PATCH 1/2] add sectigo record --- terraform/dns.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/dns.tf b/terraform/dns.tf index 313f6b1..1d76cc1 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -21,6 +21,10 @@ locals { "deposit.wellcomelibrary.org" = "wt-hamilton.wellcome.ac.uk." "styleguide.wellcomelibrary.org" = "weblb01-1646100330.eu-west-1.elb.amazonaws.com." + + # Sectigo domain name validation records + # Sent by Flavio V 29 October 2024 + "_7c0ad5539ffa30ea5ec245e2a0bafae8.wellcomelibrary.org" = "d8bee243be7bad3b187120d52975a807.7aad28fde9eebc5586ae99ca8ab05a6c.sectigo.com" } a_records = { From e28818ab6b54dfdb17b887ceea1477770a2d7342 Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Mon, 4 Nov 2024 09:25:02 +0000 Subject: [PATCH 2/2] remove missing record from dns (required to prevent re-creation) --- terraform/dns.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 1d76cc1..9e96dc4 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -35,12 +35,6 @@ locals { "support.wellcomelibrary.org" = "54.75.184.123" "support02.wellcomelibrary.org" = "34.251.227.203" "wt-lon-sierrasso.wellcomelibrary.org" = "195.143.129.211" - - # This is the IP address for the "Sierra Production App Server", as - # hosted on III infrastructure. - # - # It was sent in an email from LSS to Alex Chan, dated 30 August 2022. - "libsys.wellcomelibrary.org" = "18.130.128.205" } mx_records = {