- 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:
Markus Germeier
2015-12-12 03:39:45 +01:00
parent 8d00950572
commit 0e92aba206
2 changed files with 28 additions and 17 deletions

View File

@@ -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"