Improve documentation for the auto command, closes #31
This commit is contained in:
12
doc/usage.md
12
doc/usage.md
@@ -41,8 +41,10 @@ certificates:
|
|||||||
# Required: paths
|
# Required: paths
|
||||||
# Optional: bits, user
|
# Optional: bits, user
|
||||||
#
|
#
|
||||||
# paths: Map of document roots to domains.
|
# paths: Map of document roots to domains. Maps each path to one or multiple
|
||||||
# /tmp is used here for domains without a real document root.
|
# domains. If one domain is given, it's automatically converted to an
|
||||||
|
# array. The first domain will be the common name.
|
||||||
|
#
|
||||||
# The client will place a file into $path/.well-known/acme-challenge/
|
# The client will place a file into $path/.well-known/acme-challenge/
|
||||||
# to verify ownership to the CA
|
# to verify ownership to the CA
|
||||||
#
|
#
|
||||||
@@ -53,9 +55,9 @@ certificates:
|
|||||||
#
|
#
|
||||||
- bits: 4096
|
- bits: 4096
|
||||||
paths:
|
paths:
|
||||||
/tmp:
|
/var/www/example:
|
||||||
- docs.example.org
|
- example.org
|
||||||
- git.example.org
|
- www.example.org
|
||||||
# You can have multiple certificate with different users and key options.
|
# You can have multiple certificate with different users and key options.
|
||||||
- user: www-data
|
- user: www-data
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user