File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/content/docs/pages/configuration Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ This can cause issues when adding a [custom domain](/pages/configuration/custom-
9999To 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"
103102example.com. 300 IN CAA 0 issue "letsencrypt.org"
104103example.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"
106105example.com. 300 IN CAA 0 issuewild "letsencrypt.org"
107106example.com. 300 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
107+ example.com. 300 IN CAA 0 issuewild "ssl.com"
108108```
109109
110110Refer to the [ Certification Authority Authorization (CAA) FAQ] ( /ssl/edge-certificates/troubleshooting/caa-records/ ) for more information.
You can’t perform that action at this time.
0 commit comments