aboutsummaryrefslogtreecommitdiffstats
path: root/acme.conf.sample
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 10:16:51 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 10:16:51 +0100
commit29d14ef9b7b4c116e3cce031150d848d8e1c14eb (patch)
tree639292d7b3126985a42a6c68de148936df515a88 /acme.conf.sample
parent6ed67fa554b31ed4f5393e28118b762ac4d3c53c (diff)
downloadlfacme-29d14ef9b7b4c116e3cce031150d848d8e1c14eb.tar.gz
lfacme-29d14ef9b7b4c116e3cce031150d848d8e1c14eb.tar.bz2
acme.conf.{5,sample}: document ACME_DATADIR
Diffstat (limited to 'acme.conf.sample')
-rw-r--r--acme.conf.sample10
1 files changed, 5 insertions, 5 deletions
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"