$OpenBSD: patch-examples_cli_ini,v 1.5 2016/05/27 10:01:38 sthen Exp $
--- examples/cli.ini.orig	Fri Jan 15 01:39:05 2016
+++ examples/cli.ini	Fri Jan 15 21:14:32 2016
@@ -12,8 +12,8 @@ rsa-key-size = 4096
 # domains.
 # domains = example.com, www.example.com
 
-# Uncomment to use a text interface instead of ncurses
-# text = True
+# Use text interface instead of ncurses/dialog(1)
+text = True
 
 # Uncomment to use the standalone authenticator on port 443
 # authenticator = standalone
@@ -21,5 +21,10 @@ 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.
+#
+# The user running certbot needs write access to WEBROOT/.well-known
+# and this must be accessible via http. Watch out for webserver config rules
+# that deny access to dotfiles.
+#
 # authenticator = webroot
-# webroot-path = /usr/share/nginx/html
+# webroot-path = /var/www/htdocs
