mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-10 23:22:44 +02:00
actually move BASEDIR up as intended
This commit is contained in:
+3
-3
@@ -22,15 +22,15 @@
|
|||||||
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges)
|
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges)
|
||||||
#WELLKNOWN="${SCRIPTDIR}/.acme-challenges"
|
#WELLKNOWN="${SCRIPTDIR}/.acme-challenges"
|
||||||
|
|
||||||
|
# Base directory for account key, generated certificates and list of domains (default: $SCRIPTDIR -- uses config directory if undefined)
|
||||||
|
#BASEDIR=$SCRIPTDIR
|
||||||
|
|
||||||
# Location of private account key
|
# Location of private account key
|
||||||
#PRIVATE_KEY=${BASEDIR}/private_key.pem
|
#PRIVATE_KEY=${BASEDIR}/private_key.pem
|
||||||
|
|
||||||
# Default keysize for private keys (default: 4096)
|
# Default keysize for private keys (default: 4096)
|
||||||
#KEYSIZE="4096"
|
#KEYSIZE="4096"
|
||||||
|
|
||||||
# Base directory for account key, generated certificates and list of domains (default: $SCRIPTDIR -- uses config directory if undefined)
|
|
||||||
#BASEDIR=$SCRIPTDIR
|
|
||||||
|
|
||||||
# Path to openssl config file (default: <unset> - tries to figure out system default)
|
# Path to openssl config file (default: <unset> - tries to figure out system default)
|
||||||
#OPENSSL_CNF=
|
#OPENSSL_CNF=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user