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:
Bernd Zeimetz
2016-03-22 14:04:56 +01:00
parent bfeb21ad30
commit d1e573c037
3 changed files with 8 additions and 2 deletions

View File

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