Skip to content

Commit 4f5e78a

Browse files
[SSL] Fix shell line break in delegated-dcv.mdx (#22580)
1 parent acf87df commit 4f5e78a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ If you use a `dig` command to test, you should only be able see the placed token
9393
This is because Cloudflare places the tokens when needed and then cleans them up.
9494

9595
```sh
96-
dig TXT +noadditional +noquestion +nocomments +nocmd +nostats _acme-challenge.example.com. @1.1.1.1_acme-challenge.example.com. 3600 IN CNAME example.com.<COPIED_VALIDATION_URL>
96+
dig TXT +noadditional +noquestion +nocomments +nocmd +nostats _acme-challenge.example.com. @1.1.1.1
97+
98+
_acme-challenge.example.com. 3600 IN CNAME example.com.<COPIED_VALIDATION_URL>
9799
```
98100

99101
### Renewal

0 commit comments

Comments
 (0)