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:
authorSeth Schoen <schoen@eff.org>2017-03-28 01:14:07 +0300
committerSeth Schoen <schoen@eff.org>2017-03-28 01:14:07 +0300
commit07f95e619711af5d6af6d4771e8ba445538ddb0f (patch)
tree2ac190ef3a14c5aeaca227300f184bdaf66239b2 /examples
parente9608945c3622540ea0e0dbfb79fd62b7e5d4b47 (diff)
Improvements to example cli.ini
Diffstat (limited to 'examples')
-rw-r--r--examples/cli.ini12
1 files changed, 5 insertions, 7 deletions
diff --git a/examples/cli.ini b/examples/cli.ini
index 63af3cc49..dbaa9c599 100644
--- a/examples/cli.ini
+++ b/examples/cli.ini
@@ -1,6 +1,11 @@
# 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
@@ -8,13 +13,6 @@ rsa-key-size = 4096
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
-# Uncomment and update to generate certificates for the specified
-# domains.
-# domains = example.com, www.example.com
-
-# Uncomment to use a text interface instead of ncurses
-# text = True
-
# Uncomment to use the standalone authenticator on port 443
# authenticator = standalone
# standalone-supported-challenges = tls-sni-01