Merge pull request #1774 from nelhage/domain-config

Document passing domains via config file.
This commit is contained in:
Peter Eckersley 2015-12-05 11:27:57 -08:00
commit 942d5ea4a3

View file

@ -11,6 +11,10 @@ server = https://acme-staging.api.letsencrypt.org/directory
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
# Uncommon and update to generate certificates for the specified
# domains.
# domains = example.com, www.example.com
# Uncomment to use a text interface instead of ncurses
# text = True