mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 09:18:28 +02:00
rearranged documentation, added basic troubleshooting guide
This commit is contained in:
13
docs/domains_txt.md
Normal file
13
docs/domains_txt.md
Normal file
@@ -0,0 +1,13 @@
|
||||
### domains.txt
|
||||
|
||||
letsencrypt.sh 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.
|
||||
Reference in New Issue
Block a user