mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-20 23:41:21 +02:00
- make private key a config option
- fix logic if private key is specified via command line option - start using PARAM_* for parameters provided at the command line
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
# Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $SCRIPTDIR/.acme-challenges)
|
||||
#WELLKNOWN="${SCRIPTDIR}/.acme-challenges"
|
||||
|
||||
# Location of private account key
|
||||
#PRIVATE_KEY=${BASEDIR}/private_key.pem
|
||||
|
||||
# Default keysize for private keys (default: 4096)
|
||||
#KEYSIZE="4096"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user