mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-20 00:03:50 +01:00
14 lines
411 B
Markdown
14 lines
411 B
Markdown
### domains.txt
|
|
|
|
dehydrated uses the file `domains.txt` as configuration for which certificates should be requested.
|
|
|
|
The file should have the following format:
|
|
|
|
```text
|
|
example.com www.example.com
|
|
example.net www.example.net wiki.example.net
|
|
```
|
|
|
|
This states that there should be two certificates `example.com` and `example.net`,
|
|
with the other domains in the corresponding line being their alternative names.
|