Commit adef4076 authored by Lukas Schauer's avatar Lukas Schauer

updated config example: PRIVATE_KEY is now ACCOUNT_KEY

parent 8968604c
......@@ -34,10 +34,10 @@
#WELLKNOWN="${BASEDIR}/.acme-challenges"
# Location of private account key (default: $BASEDIR/private_key.pem)
#PRIVATE_KEY="${BASEDIR}/private_key.pem"
#ACCOUNT_KEY="${BASEDIR}/private_key.pem"
# Location of private account registration information (default: $BASEDIR/private_key.json)
#PRIVATE_KEY_JSON="${BASEDIR}/private_key.json"
#ACCOUNT_KEY_JSON="${BASEDIR}/private_key.json"
# Default keysize for private keys (default: 4096)
#KEYSIZE="4096"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment