From dafe85ac947954759c8bf07ea9a620b1f0af9179 Mon Sep 17 00:00:00 2001 From: David Parrish Date: Sat, 21 Nov 2015 18:05:59 -0500 Subject: [PATCH] Remove unneeded file --- letsencrypt.ini | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 letsencrypt.ini diff --git a/letsencrypt.ini b/letsencrypt.ini deleted file mode 100644 index 52309f0..0000000 --- a/letsencrypt.ini +++ /dev/null @@ -1,24 +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 = 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