Files
firezone/terraform
Andrew Dryga 4e821a3c30 fix(portal): Remove OneLeet CAA record (#6678)
The CAA can't be set for a domain that has a CNAME record, see
https://letsencrypt.org/docs/caa/

> Note also that CAA checking follows CNAME redirects, just like all
other DNS requests. If
“[community.example.org](http://community.example.org/)” is a CNAME to
“[example.forum.com](http://example.forum.com/)”, the CA will respect
any CAA records that are set on
“[example.forum.com](http://example.forum.com/)”. It is not allowed for
a domain name with a CNAME record to have any other records, so there
cannot be conflicts between CAA records on the original name and CAA
records on the target of the redirect.
2024-09-12 15:59:15 -06:00
..