]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
updated readme
authorLukas Schauer <lukas@schauer.so>
Fri, 8 Jan 2016 18:26:44 +0000 (19:26 +0100)
committerLukas Schauer <lukas@schauer.so>
Fri, 8 Jan 2016 18:59:43 +0000 (19:59 +0100)
README.md

index a399781da0220407ed3e9a01953981c4cd1a8ead..0285126a1136c49f1ebbbcfbd66e88c3ae89d679 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ Commands:
  --env (-e)                       Output configuration variables for use in other scripts
 
 Parameters:
- --domain (-d) domain.tld         Use specified domain name instead of domains.txt, use multiple times for certificate with SAN names
- --force (-x)                     force renew of certificate even if it is longer valid than value in RENEW_DAYS
- --config (-f) path/to/config.sh  Use specified config file
+ --domain (-d) domain.tld         Use specified domain name(s) instead of domains.txt entry (one certificate!)
+ --force (-x)                     Force renew of certificate even if it is longer valid than value in RENEW_DAYS
  --privkey (-p) path/to/key.pem   Use specified private key instead of account key (useful for revocation)
+ --config (-f) path/to/config.sh  Use specified config file
 ```
 
 ### domains.txt
@@ -53,7 +53,7 @@ with the other domains in the corresponding line being their alternative names.
 
 Boulder (acme-server) is looking for challenge responses under your domain in the `.well-known/acme-challenge` directory
 
-This script uses `http-01`-type verification (for now) so you need to have the that directory available over normal http (no ssl).
+This script uses `http-01`-type verification (for now) so you need to have that directory available over normal http (no ssl).
 
 A full URL would look like `http://example.org/.well-known/acme-challenge/c3VjaC1jaGFsbGVuZ2UtbXVjaA-aW52YWxpZC13b3c`.