mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-10 02:43:34 +02:00
Keep registration information as json.
In some cases you need your registration id, for example if you want to request a rate limit exception. So keep the new-reg output on disk.
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
# Location of private account key (default: $BASEDIR/private_key.pem)
|
||||
#PRIVATE_KEY="${BASEDIR}/private_key.pem"
|
||||
|
||||
# Location of private account registration information (default: $BASEDIR/private_key.json)
|
||||
#PRIVATE_KEY_JSON="${BASEDIR}/private_key.json"
|
||||
|
||||
# Default keysize for private keys (default: 4096)
|
||||
#KEYSIZE="4096"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user