Skip to content

Commit

Permalink
Fix incorrect DCV delegation example
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-hdhillon committed Sep 11, 2024
1 parent 8223447 commit 6bd6954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ _acme-challenge.example.com CNAME example.com.<COPIED_VALIDATION_URL>.
For example, a certificate covering `example.com`, `*.example.com`, and `sub.example.com` would require the following records.

```txt
_acme-challenge.example.com CNAME .example.com.<COPIED_VALIDATION_URL>.
_acme-challenge.example.com CNAME example.com.<COPIED_VALIDATION_URL>.
_acme-challenge.sub.example.com CNAME sub.example.com.<COPIED_VALIDATION_URL>.
```

Expand Down

0 comments on commit 6bd6954

Please sign in to comment.