Skip to content

Commit 8680bca

Browse files
authored
minor edits
1 parent 7c13d80 commit 8680bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/custom-domains-using.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To add and configure a custom domain:
3535
Your changes can take up to 24 hours to propagate.
3636

3737
:::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:
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:
3939

4040
```dns
4141
@ IN CAA 0 issue "letsencrypt.org"
@@ -46,7 +46,7 @@ To add and configure a custom domain:
4646
@ IN CAA 0 issue "google.com"
4747
```
4848

49-
Failing to include any of these CAs may 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:
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:
5050

5151
```dns
5252
@ IN CAA 0 iodef "mailto:[email protected]"

0 commit comments

Comments
 (0)