]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
removed ACCOUNT_KEY and ACCOUNT_KEY_JSON from example config
authorLukas Schauer <lukas2511@users.noreply.github.com>
Sat, 4 Jun 2016 09:12:30 +0000 (11:12 +0200)
committerLukas Schauer <lukas2511@users.noreply.github.com>
Sat, 4 Jun 2016 09:12:30 +0000 (11:12 +0200)
docs/examples/config

index 30a6e29ad34381084528dbd62aed883e1e6905ad..298eb04ea77c412d764449a3f7b92b14ba66818e 100644 (file)
 # Output directory for generated certificates
 #CERTDIR="${BASEDIR}/certs"
 
-# Directory for account keys
+# Directory for account keys and registration information
 #ACCOUNTDIR="${BASEDIR}/accounts"
 
 # Output directory for challenge-tokens to be served by webserver or deployed in HOOK (default: $BASEDIR/.acme-challenges)
 #WELLKNOWN="${BASEDIR}/.acme-challenges"
 
-# Location of private account key (default: $BASEDIR/private_key.pem)
-#ACCOUNT_KEY="${BASEDIR}/private_key.pem"
-
-# Location of private account registration information (default: $BASEDIR/private_key.json)
-#ACCOUNT_KEY_JSON="${BASEDIR}/private_key.json"
-
 # Default keysize for private keys (default: 4096)
 #KEYSIZE="4096"