From 29d14ef9b7b4c116e3cce031150d848d8e1c14eb Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 10:16:51 +0100 Subject: acme.conf.{5,sample}: document ACME_DATADIR --- acme.conf.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'acme.conf.sample') diff --git a/acme.conf.sample b/acme.conf.sample index 573520b..2fb4ca6 100644 --- a/acme.conf.sample +++ b/acme.conf.sample @@ -12,15 +12,15 @@ #ACME_URL="https://acme-staging-v02.api.letsencrypt.org/directory" -### ACME_DIR: The path to lfacme's configuration directory. -# This is also where generated certificates are stored. -# No default, you must set this. +### ACME_DATADIR: Runtime data directory. +# This is where the ACME account key and the issued certificates are stored. +# The default is /var/db/lfacme. -#ACME_DIR="/usr/local/etc/acme" +#ACME_DATADIR="/var/db/lfacme" ### ACME_HOOKDIR: The path to the directory containing certificate hooks. -# The default is "${ACME_DIR}/hooks". +# The default is "/usr/local/etc/lfacme/hooks". # There is usually no need to change this. #ACME_HOOKDIR="/some/directory" -- cgit v1.3