From ba6c396a3ed4e58958fd206d4f862664ba589da7 Mon Sep 17 00:00:00 2001 From: OhHeyAlan Date: Fri, 24 May 2019 17:10:43 -0500 Subject: [PATCH] Create .env .env file to configure Cloudflare DNS challange --- doc/example/.env | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/example/.env diff --git a/doc/example/.env b/doc/example/.env new file mode 100644 index 00000000..cc81b29c --- /dev/null +++ b/doc/example/.env @@ -0,0 +1,23 @@ + +################################### +# Letsencrypt-DNS configuration file +# Update info on lines 11 and 17 +################################### + +# Set this to the path where Letsencrypt-DNS data and configuration is stored +ROOT=./letsencrypt-dns + +# Letsencrypt email address +EMAIL=letsencrypt@example.com + +# Lexicon provider +PROVIDER=cloudflare + +# Provider options +PROVIDER_OPTIONS=--auth-username=my_cloudflare_email --auth-token=my_cloudflare_global_api_key + +# Certificate directory mode +DIRS_MODE=0750 + +# Certificate files mode +FILES_MODE=0640