$OpenBSD: patch-examples_cli_ini,v 1.6 2017/04/07 14:56:24 sthen Exp $
--- examples/cli.ini.orig	Wed Apr  5 20:47:54 2017
+++ examples/cli.ini	Fri Apr  7 15:47:30 2017
@@ -13,11 +13,19 @@ rsa-key-size = 4096
 # Uncomment and update to register with the specified e-mail address
 # email = foo@example.com
 
+# Use text interface instead of ncurses/dialog(1)
+text = True
+
 # Uncomment to use the standalone authenticator on port 443
 # authenticator = standalone
 # standalone-supported-challenges = tls-sni-01
 
 # 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
