Skip to content

Commit f9df7b0

Browse files
[SSL] Update CAA records on Pages troubleshooting (#19023)
* Add SSL.com to CAA records for Pages troubleshooting * Remove redirect entry already covered by dynamic redirect * Remove comodoca.com from Pages CAA troubleshooting
1 parent 58c1039 commit f9df7b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

public/_redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,6 @@
10231023
/ssl/reference/cipher-suites/matching-on-origin/ /ssl/origin-configuration/cipher-suites/#match-on-origin 301
10241024
/ssl/reference/migration-guides/lets-encrypt-chain/ /ssl/reference/certificate-authorities/#lets-encrypt 301
10251025
/ssl/reference/migration-guides/dcv-update/ /ssl/reference/migration-guides/ 301
1026-
/ssl/reference/migration-guides/digicert-update/ /ssl/reference/migration-guides/ 301
10271026
/ssl/reference/validation-backoff-schedule/ /ssl/edge-certificates/changing-dcv-method/validation-backoff-schedule/ 301
10281027
/ssl/universal-ssl/changing-dcv-method/ /ssl/edge-certificates/changing-dcv-method/ 301
10291028
/support/dns/how-to/certification-authority-authorization-caa-faq/ /ssl/edge-certificates/troubleshooting/caa-records/ 301

src/content/docs/pages/configuration/custom-domains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ This can cause issues when adding a [custom domain](/pages/configuration/custom-
9999
To resolve this, add the necessary CAA records to allow Cloudflare to issue a certificate for your custom domain.
100100

101101
```
102-
example.com. 300 IN CAA 0 issue "comodoca.com"
103102
example.com. 300 IN CAA 0 issue "letsencrypt.org"
104103
example.com. 300 IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
105-
example.com. 300 IN CAA 0 issuewild "comodoca.com"
104+
example.com. 300 IN CAA 0 issue "ssl.com"
106105
example.com. 300 IN CAA 0 issuewild "letsencrypt.org"
107106
example.com. 300 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
107+
example.com. 300 IN CAA 0 issuewild "ssl.com"
108108
```
109109

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

0 commit comments

Comments
 (0)