From: Lukas Schauer Date: Sat, 4 Jun 2016 09:12:30 +0000 (+0200) Subject: removed ACCOUNT_KEY and ACCOUNT_KEY_JSON from example config X-Git-Tag: v0.3.0~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=194d543fa11ba5bc8501df532b97728726a3caec;p=thirdparty%2Fdehydrated.git removed ACCOUNT_KEY and ACCOUNT_KEY_JSON from example config --- diff --git a/docs/examples/config b/docs/examples/config index 30a6e29..298eb04 100644 --- a/docs/examples/config +++ b/docs/examples/config @@ -34,18 +34,12 @@ # 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"