-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add note about --dns.resolvers (#2364)
Co-authored-by: Fernandez Ludovic <[email protected]>
- Loading branch information
1 parent
8e5448c
commit c2f179f
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,21 @@ GANDI_API_KEY=xxx \ | |
lego --email "[email protected]" --dns gandi --domains "example.org" --domains "*.example.org" run | ||
``` | ||
|
||
{{% notice title="For a zone that has multiple SOAs" icon="info-circle" %}} | ||
|
||
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 "[email protected]" --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 %}} | ||
|
||
|
||
## Using a custom certificate signing request (CSR) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters