aboutsummaryrefslogtreecommitdiffstats
path: root/cli.ini
diff options
context:
space:
mode:
authorroot <root@fucktheforce.de>2016-11-10 21:25:14 +0100
committerroot <root@fucktheforce.de>2016-11-10 21:25:14 +0100
commit320aed5cacf69b9ac8360797b42e910fc60b1ced (patch)
treeac662a66f903f497c2d5eaa42a39f0a25785838c /cli.ini
parent91650f0768aa18717bf9b79836bed2af8898366f (diff)
deleted unused files and added original file from installed version
Diffstat (limited to 'cli.ini')
-rw-r--r--cli.ini29
1 files changed, 0 insertions, 29 deletions
diff --git a/cli.ini b/cli.ini
deleted file mode 100644
index aaacee0..0000000
--- a/cli.ini
+++ /dev/null
@@ -1,29 +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 Let's Encrypt with
-# "--help" to learn more about the available options.
-
-# 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
-
-# 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 = dvsni
-
-# 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
-
-text = True
-agree-tos = True
-authenticator = webroot
-server = https://acme-v01.api.letsencrypt.org/directory