Updated examples/cli.ini

This commit is contained in:
Brad Warren
2015-10-23 19:01:08 -07:00
parent 5ac682e478
commit c95ef0d4aa
+10 -4
View File
@@ -1,8 +1,7 @@
# This is an example of what you can do in a configuration file
# This is an example of the kind of things you can do in a configuration file
# make sure to use a valid email and domains!
email = foo@example.com
domains = example.com
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
# Uncomment to use a text interface instead of ncurses
# text = True
@@ -10,6 +9,13 @@ domains = example.com
# Uncomment to use a 4096 bit RSA key instead of 2048
# rsa-key-size = 4096
# Uncomment to always use the staging/testing server
# server = https://acme-staging.api.letsencrypt.org/directory
# Uncomment to use the standalone authenticator on port 443
# authenticator = standalone
# standalone-supported-challenges = dvsni
# Uncomment to use the webroot authenticator. Replace webroot-path with the
# path to the public_html / webroot folder being served by your web server.
# authenticator = webroot