Document passing domains via config file.

closes #1771
This commit is contained in:
Nelson Elhage 2015-12-05 11:03:58 -08:00
parent b79b5e5f47
commit 55097af38a

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