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:
authorJakub Warmuz <jakub@warmuz.org>2015-12-29 11:55:13 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-12-29 11:55:13 +0300
commit7788799a9bdb6a67f25833ccba031799b7b6429a (patch)
tree9a690fcad5c2333f10ce27019d0f844ee17a1e30 /examples
parentffd0d5aa5604c966d2bad9495380e7336c109d31 (diff)
Staging URI in dev-cli.ini example
Diffstat (limited to 'examples')
-rw-r--r--examples/cli.ini3
-rw-r--r--examples/dev-cli.ini3
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/cli.ini b/examples/cli.ini
index 6b6b05d7d..f0c993c57 100644
--- a/examples/cli.ini
+++ b/examples/cli.ini
@@ -5,9 +5,6 @@
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096
-# Always use the staging/testing server
-server = https://acme-staging.api.letsencrypt.org/directory
-
# Uncomment and update to register with the specified e-mail address
# email = foo@example.com
diff --git a/examples/dev-cli.ini b/examples/dev-cli.ini
index be703814a..c02038ca1 100644
--- a/examples/dev-cli.ini
+++ b/examples/dev-cli.ini
@@ -1,3 +1,6 @@
+# Always use the staging/testing server - avoids rate limiting
+server = https://acme-staging.api.letsencrypt.org/directory
+
# This is an example configuration file for developers
config-dir = /tmp/le/conf
work-dir = /tmp/le/conf