mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-20 15:31:21 +02:00
default location for acme-challenges
This commit is contained in:
0
.acme-challenges/.keep
Normal file
0
.acme-challenges/.keep
Normal file
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@ domains.txt
|
|||||||
config.sh
|
config.sh
|
||||||
certs/*
|
certs/*
|
||||||
!certs/.keep
|
!certs/.keep
|
||||||
|
.acme-challenges/*
|
||||||
|
!.acme-challenges/.keep
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# default values are commented
|
# default values are commented
|
||||||
|
|
||||||
#CA="https://acme-v01.api.letsencrypt.org"
|
#CA="https://acme-v01.api.letsencrypt.org"
|
||||||
WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"
|
#WELLKNOWN=".acme-challenges"
|
||||||
#KEYSIZE=4096
|
#KEYSIZE=4096
|
||||||
|
|
||||||
# program called before responding to the challenge, arguments: path/to/token
|
# program called before responding to the challenge, arguments: path/to/token
|
||||||
@@ -10,4 +10,4 @@ WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"
|
|||||||
#HOOK_CHALLENGE=
|
#HOOK_CHALLENGE=
|
||||||
|
|
||||||
# try to renew certs that are within RENEW_DAYS days of there expire date
|
# try to renew certs that are within RENEW_DAYS days of there expire date
|
||||||
#RENEW_DAYS="14"
|
#RENEW_DAYS="14"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
|||||||
HOOK_CHALLENGE=
|
HOOK_CHALLENGE=
|
||||||
RENEW_DAYS="14"
|
RENEW_DAYS="14"
|
||||||
KEYSIZE="4096"
|
KEYSIZE="4096"
|
||||||
|
WELLKNOWN=".acme-challenges"
|
||||||
|
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user