Skip to content

Commit c5b05d0

Browse files
[SSL] Fix incorrect DCV delegation example (#16765)
1 parent 96bb422 commit c5b05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ _acme-challenge.example.com CNAME example.com.<COPIED_VALIDATION_URL>.
6464
For example, a certificate covering `example.com`, `*.example.com`, and `sub.example.com` would require the following records.
6565

6666
```txt
67-
_acme-challenge.example.com CNAME .example.com.<COPIED_VALIDATION_URL>.
67+
_acme-challenge.example.com CNAME example.com.<COPIED_VALIDATION_URL>.
6868
_acme-challenge.sub.example.com CNAME sub.example.com.<COPIED_VALIDATION_URL>.
6969
```
7070

0 commit comments

Comments
 (0)