summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-21 15:53:04 -0500
committerAndrew Cady <d@jerkface.net>2016-01-21 15:55:00 -0500
commit56fe46ef1d40d6da12b52728ee3a8263eba2f7a7 (patch)
tree6e6637d920ade8782547f32364cdac6620efb51a /README.md
parent71cff90ba42b49ea81d8c92adbbf8bd0f1343499 (diff)
add option --domain-dir
also renamed --dir to --challenge-dir
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index e55607f..99ae8e0 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,21 @@
1# Let's Encrypt ACME protocol 1# Let's Encrypt ACME protocol
2 2
3``` 3```
4Usage: acme-encrypt-exe --key FILE --domain DOMAIN --dir DIR [--email ADDRESS] 4Let's Encrypt! ACME client
5 [--terms URL] [--staging] 5
6Usage: acme-encrypt-exe --key FILE --domain DOMAIN --challenge-dir DIR
7 [--domain-dir DIR] [--email ADDRESS] [--terms URL]
8 [--staging]
6 This is a work in progress. 9 This is a work in progress.
7 10
8Available options: 11Available options:
9 -h,--help Show this help text 12 -h,--help Show this help text
10 --key FILE filename of your private RSA key 13 --key FILE filename of your private RSA key
11 --domain DOMAIN the domain name to certify 14 --domain DOMAIN the domain name to certify
12 --dir DIR output directory for ACME challenges 15 --challenge-dir DIR output directory for ACME challenges
16 --domain-dir DIR directory in which to domain certificates and keys
17 are stored; the default is to use the domain name as
18 a directory name
13 --email ADDRESS an email address with which to register an account 19 --email ADDRESS an email address with which to register an account
14 --terms URL the terms param of the registration request 20 --terms URL the terms param of the registration request
15 --staging use staging servers instead of live servers 21 --staging use staging servers instead of live servers