Skip to content

Commit

Permalink
[SSL] Update CAA records on Pages troubleshooting (#19023)
Browse files Browse the repository at this point in the history
* Add SSL.com to CAA records for Pages troubleshooting

* Remove redirect entry already covered by dynamic redirect

* Remove comodoca.com from Pages CAA troubleshooting
  • Loading branch information
RebeccaTamachiro authored Jan 6, 2025
1 parent 58c1039 commit f9df7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@
/ssl/reference/cipher-suites/matching-on-origin/ /ssl/origin-configuration/cipher-suites/#match-on-origin 301
/ssl/reference/migration-guides/lets-encrypt-chain/ /ssl/reference/certificate-authorities/#lets-encrypt 301
/ssl/reference/migration-guides/dcv-update/ /ssl/reference/migration-guides/ 301
/ssl/reference/migration-guides/digicert-update/ /ssl/reference/migration-guides/ 301
/ssl/reference/validation-backoff-schedule/ /ssl/edge-certificates/changing-dcv-method/validation-backoff-schedule/ 301
/ssl/universal-ssl/changing-dcv-method/ /ssl/edge-certificates/changing-dcv-method/ 301
/support/dns/how-to/certification-authority-authorization-caa-faq/ /ssl/edge-certificates/troubleshooting/caa-records/ 301
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/pages/configuration/custom-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ This can cause issues when adding a [custom domain](/pages/configuration/custom-
To resolve this, add the necessary CAA records to allow Cloudflare to issue a certificate for your custom domain.

```
example.com. 300 IN CAA 0 issue "comodoca.com"
example.com. 300 IN CAA 0 issue "letsencrypt.org"
example.com. 300 IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
example.com. 300 IN CAA 0 issuewild "comodoca.com"
example.com. 300 IN CAA 0 issue "ssl.com"
example.com. 300 IN CAA 0 issuewild "letsencrypt.org"
example.com. 300 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
example.com. 300 IN CAA 0 issuewild "ssl.com"
```

Refer to the [Certification Authority Authorization (CAA) FAQ](/ssl/edge-certificates/troubleshooting/caa-records/) for more information.
Expand Down

0 comments on commit f9df7b0

Please sign in to comment.