SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
security/letsencrypt/client/patches/patch-examples_cli_ini
Normal file
26
security/letsencrypt/client/patches/patch-examples_cli_ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
Index: examples/cli.ini
|
||||
--- examples/cli.ini.orig
|
||||
+++ examples/cli.ini
|
||||
@@ -17,13 +17,21 @@ 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
|
||||
|
||||
# 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
|
||||
|
||||
# Uncomment to automatically agree to the terms of service of the ACME server
|
||||
# agree-tos = true
|
Loading…
Add table
Add a link
Reference in a new issue