Skip to content

Commit c9ffd1b

Browse files
Remove digicert CAA records
1 parent 6f8bfde commit c9ffd1b

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/validate-certificates/troubleshooting.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ If a domain is flagged by the CA, you need to contact Support before validation
2626
If your customer has `CAA` records set on their domain, they will either need to add the following or remove `CAA` entirely:
2727

2828
```txt
29-
example.com. IN CAA 0 issue "digicert.com"
3029
example.com. IN CAA 0 issue "letsencrypt.org"
3130
example.com. IN CAA 0 issue "pki.goog"
3231
```

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,9 @@ To resolve this, add the necessary CAA records to allow Cloudflare to issue a ce
100100

101101
```
102102
example.com. 300 IN CAA 0 issue "comodoca.com"
103-
example.com. 300 IN CAA 0 issue "digicert.com; cansignhttpexchanges=yes"
104103
example.com. 300 IN CAA 0 issue "letsencrypt.org"
105104
example.com. 300 IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
106105
example.com. 300 IN CAA 0 issuewild "comodoca.com"
107-
example.com. 300 IN CAA 0 issuewild "digicert.com; cansignhttpexchanges=yes"
108106
example.com. 300 IN CAA 0 issuewild "letsencrypt.org"
109107
example.com. 300 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
110108
```

src/content/docs/pages/configuration/debugging-pages.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,9 @@ To resolve this, you will need to add the following CAA records which allows all
157157
158158
```
159159
example.com. 300 IN CAA 0 issue "comodoca.com"
160-
example.com. 300 IN CAA 0 issue "digicert.com; cansignhttpexchanges=yes"
161160
example.com. 300 IN CAA 0 issue "letsencrypt.org"
162161
example.com. 300 IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
163162
example.com. 300 IN CAA 0 issuewild "comodoca.com"
164-
example.com. 300 IN CAA 0 issuewild "digicert.com; cansignhttpexchanges=yes"
165163
example.com. 300 IN CAA 0 issuewild "letsencrypt.org"
166164
example.com. 300 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
167165
```

src/content/docs/speed/optimization/other/signed-exchanges/reference.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ dig example.com caa
3030

3131
```bash output
3232
;; ANSWER SECTION:
33-
example.com. 3600 IN CAA 0 issue "digicert.com; cansignhttpexchanges=yes"
3433
example.com. 3600 IN CAA 0 issue "pki.goog; cansignhttpexchanges=yes"
35-
example.com. 3600 IN CAA 0 issuewild "digicert.com; cansignhttpexchanges=yes"
3634
example.com. 3600 IN CAA 0 issuewild "pki.goog; cansignhttpexchanges=yes"
3735
```

src/content/partials/ssl/caa-records-added-by-cf.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ If Cloudflare has automatically added CAA records on your behalf, these records
2727
0 issue "ssl.com"
2828
0 issuewild "ssl.com"
2929

30-
# CAA records added by DigiCert
31-
0 issue "digicert.com; cansignhttpexchanges=yes"
32-
0 issuewild "digicert.com; cansignhttpexchanges=yes"
33-
3430
# CAA records added by Sectigo
3531
0 issue "sectigo.com"
3632
0 issuewild "sectigo.com"

0 commit comments

Comments
 (0)