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-07-03 18:02:01 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-03 18:02:01 +0300
commit7c3c52c2b1e3ba855551c4181bd4af82f1adb553 (patch)
tree09f0493fbd63218e096c23ba8a28d9d7ddff7371 /examples
parentc639673de5bce49212e49dcda103cde17b4860ab (diff)
Add example dev config file, config file docs.
Diffstat (limited to 'examples')
-rw-r--r--examples/dev-cli.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/dev-cli.ini b/examples/dev-cli.ini
new file mode 100644
index 000000000..761bc58c9
--- /dev/null
+++ b/examples/dev-cli.ini
@@ -0,0 +1,17 @@
+# This is an example configuration file for developers
+config-dir = /tmp/le/conf
+work-dir = /tmp/le/conf
+logs-dir = /tmp/le/logs
+
+# make sure to use a valid email and domains!
+email = foo@example.com
+domains = example.com
+
+text = True
+agree-eula = True
+debug = True
+# Unfortunately, it's not possible to specify "verbose" multiple times
+# (correspondingly to -vvvvvv)
+verbose = True
+
+authenticator = standalone