Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add note about --dns.resolvers #2364

Merged
merged 4 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review
  • Loading branch information
ldez committed Nov 29, 2024
commit 2b0ff407b01ea7772375ffe615d3cfbfa11ded35
3 changes: 2 additions & 1 deletion docs/content/usage/cli/Obtain-a-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ lego --email "you@example.com" --dns gandi --domains "example.org" --domains "*.
This can often be found where your DNS provider has a zone entry for an internal network (i.e. a corporate network, or home LAN) as well as the public internet.
In this case, point lego at an external authoritative server for the zone using the additional parameter `--dns.resolvers`.


```bash
GANDI_API_KEY=xxx \
lego --email "you@example.com" --dns gandi --dns.resolvers 9.9.9.9:53 --domains "example.org" --domains "*.example.org" run

```

[More information about resolvers.]({{% ref "options#dns-resolvers-and-challenge-verification" %}})

{{% /notice %}}


Expand Down