]> git.street.me.uk Git - andy/dehydrated.git/blob - docs/domains_txt.md
Default WELLKNOWN location is now `/var/www/letsencrypt`
[andy/dehydrated.git] / docs / domains_txt.md
1 ### domains.txt
2
3 letsencrypt.sh uses the file `domains.txt` as configuration for which certificates should be requested.
4
5 The file should have the following format:
6
7 ```text
8 example.com www.example.com
9 example.net www.example.net wiki.example.net
10 ```
11
12 This states that there should be two certificates `example.com` and `example.net`,
13 with the other domains in the corresponding line being their alternative names.