Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cli.ini')
-rw-r--r--examples/cli.ini23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/cli.ini b/examples/cli.ini
deleted file mode 100644
index dbaa9c599..000000000
--- a/examples/cli.ini
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is an example of the kind of things you can do in a configuration file.
-# All flags used by the client can be configured here. Run Certbot with
-# "--help" to learn more about the available options.
-#
-# Note that these options apply automatically to all use of Certbot for
-# obtaining or renewing certificates, so options specific to a single
-# certificate on a system with several certificates should not be placed
-# here.
-
-# Use a 4096 bit RSA key instead of 2048
-rsa-key-size = 4096
-
-# Uncomment and update to register with the specified e-mail address
-# email = foo@example.com
-
-# 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.
-# authenticator = webroot
-# webroot-path = /usr/share/nginx/html