rearranged documentation, added basic troubleshooting guide

This commit is contained in:
Lukas Schauer
2016-03-26 01:17:32 +01:00
parent 34c238524e
commit 12c77ca51d
8 changed files with 132 additions and 80 deletions

13
docs/domains_txt.md Normal file
View 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.