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