Create .env
.env file to configure Cloudflare DNS challange
This commit is contained in:
parent
809f0ed9dc
commit
ba6c396a3e
1 changed files with 23 additions and 0 deletions
23
doc/example/.env
Normal file
23
doc/example/.env
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue