Skip to content

Commit 6bd6954

Browse files
Fix incorrect DCV delegation example
1 parent 8223447 commit 6bd6954

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)