Added example/cli.ini

This commit is contained in:
Brad Warren
2015-10-22 17:13:57 -07:00
parent b6f716a2d2
commit 5ac682e478
+16
View File
@@ -0,0 +1,16 @@
# This is an example of what you can do in a configuration file
# make sure to use a valid email and domains!
email = foo@example.com
domains = example.com
# Uncomment to use a text interface instead of ncurses
# text = True
# Uncomment to use a 4096 bit RSA key instead of 2048
# rsa-key-size = 4096
# 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
# webroot-path = /usr/share/nginx/html