I want to secure my DNS using DNSSEC. I want to secure my domain (ogdolo.com) where my react app is served from an s3 bucket over cloudfront. I also want to secure my subdomain (opencap.ogdolo.com) which is the endpoint for my aws lambda functions. And finally I want to secure a SRV record hosted by route53 (_opencap._tcp.ogdolo.com)
Currently I am on route53 like I said, but I will migrate to wherever I need to fix these problems. At first I thought I could do it through Cloudflare but I’m not sure…
This worked except for that the SRV record is supposed to point to opencap.ogdolo.com, but when I query it it returns dc-0fe891bdb83f.ogdolo.com (this happened after I configured DNSSEC) The google API says that DNSSEC is working… idk why it seems to be encrypting the subdomain though!