Skip to content

Commit 74e1058

Browse files
Text review and Style Guide adjustments
1 parent d4c49cf commit 74e1058

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/docs/dns/manage-dns-records/troubleshooting/acme-challenge-txt-record.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ sidebar:
66
label: Unexpected TXT records
77
---
88

9-
import { Render } from "~/components"
9+
import { Render, GlossaryTooltip } from "~/components"
1010

11-
You might notice some TXT record `_acme-challenge.<hostname>` returned by your domain.
12-
These records cannot be found in the DNS tab of your Cloudflare Dashboard.
11+
You might notice TXT records like `_acme-challenge.<hostname>` are returned by your domain but cannot be found on the DNS tab of your Cloudflare dashboard.
1312

1413
## Causes
1514

16-
These records are automatically created to allow Cloudflare Edge certificates ([Universal](/ssl/edge-certificates/universal-ssl/), [Advanced](/ssl/edge-certificates/advanced-certificate-manager/) and [Backup](/ssl/edge-certificates/backup-certificates/)) to be provisioned.
17-
They are required by the [Certificate Authorities](/ssl/reference/certificate-authorities/) to perform the [Domain Control Validation](/ssl/edge-certificates/changing-dcv-method/).
15+
These records are automatically created to allow Cloudflare edge certificates ([universal](/ssl/edge-certificates/universal-ssl/), [advanced](/ssl/edge-certificates/advanced-certificate-manager/), and [backup](/ssl/edge-certificates/backup-certificates/)) to be provisioned. They are required by [certificate authorities](/ssl/reference/certificate-authorities/) to perform [Domain Control Validation (DCV)](/ssl/edge-certificates/changing-dcv-method/).
1816

1917
## Solution
2018

21-
As these records are tied to the certificates, they cannot be deleted in the DNS tab of your Cloudflare Dashboard.
22-
If you need more `_acme-challenge.<hostname>` TXT records in order to provision certificates on your side, you can add them in the [DNS tab of your Cloudflare Dashboard](/dns/manage-dns-records/how-to/create-dns-records/).
19+
As these records are tied to the certificates, they cannot be deleted from the DNS tab of your Cloudflare dashboard.
20+
21+
If you need more `_acme-challenge.<hostname>` TXT records in order to provision certificates on your side, you can [manually add them](/dns/manage-dns-records/how-to/create-dns-records/) under [DNS records](https://dash.cloudflare.com/?to=/:account/:zone/dns/records).
2322

2423
If you want to remove these records:
25-
* You need to [disable Universal SSL](/ssl/edge-certificates/universal-ssl/disable-universal-ssl/) to remove the records related to Universal and Backup SSL.
26-
* You need to [delete advanced certificates](/ssl/edge-certificates/advanced-certificate-manager/manage-certificates/#delete-a-certificate) to remove the records related to Advanced certificates.
24+
25+
* [Disable Universal SSL](/ssl/edge-certificates/universal-ssl/disable-universal-ssl/) to remove the records related to universal and backup certificates.
26+
* [Delete advanced certificates](/ssl/edge-certificates/advanced-certificate-manager/manage-certificates/#delete-a-certificate) to remove the records related to advanced certificates.
2727

2828

0 commit comments

Comments
 (0)