Skip to content

Commit ac54091

Browse files
authored
Merge pull request #3060 from replicatedhq/joshs/SC-115604/caa-updates
Update info for CAAs in Configure a Custom Domain section
2 parents e7f8c3c + 8680bca commit ac54091

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/vendor/custom-domains-using.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,23 @@ To add and configure a custom domain:
3434

3535
Your changes can take up to 24 hours to propagate.
3636

37-
:::important
38-
If you set up a [CAA record](https://letsencrypt.org/docs/caa/) for this hostname, it might prevent TLS certificate renewal in the future. This can result in downtime for your customers.
37+
:::note
38+
If you set up a [CAA record](https://letsencrypt.org/docs/caa/) for this hostname, you must include all Certificate Authorities (CAs) that Cloudflare partners with. The following CAA records are required to ensure proper certificate issuance and renewal:
39+
40+
```dns
41+
@ IN CAA 0 issue "letsencrypt.org"
42+
@ IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
43+
@ IN CAA 0 issue "ssl.com"
44+
@ IN CAA 0 issue "amazon.com"
45+
@ IN CAA 0 issue "cloudflare.com"
46+
@ IN CAA 0 issue "google.com"
47+
```
48+
49+
Failing to include any of these CAs might prevent certificate issuance or renewal, which can result in downtime for your customers. For additional security, you can add an IODEF record to receive notifications about certificate requests:
50+
51+
```dns
52+
@ IN CAA 0 iodef "mailto:[email protected]"
53+
```
3954
:::
4055

4156
1. For **Use Domain**, to set the new domain as the default, click **Yes, set as default**. Otherwise, click **Not now**.

0 commit comments

Comments
 (0)