aboutsummaryrefslogtreecommitdiffstats
path: root/acme.conf.5
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 07:21:08 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 07:21:08 +0100
commite1f2a8dd272cdbe4f5e54853008a3e5f24f4af71 (patch)
tree2afe7daa22b636948498595a4b1e07b3fe9b2eea /acme.conf.5
downloadlfacme-e1f2a8dd272cdbe4f5e54853008a3e5f24f4af71.tar.gz
lfacme-e1f2a8dd272cdbe4f5e54853008a3e5f24f4af71.tar.bz2
initial commit
Diffstat (limited to 'acme.conf.5')
-rw-r--r--acme.conf.539
1 files changed, 39 insertions, 0 deletions
diff --git a/acme.conf.5 b/acme.conf.5
new file mode 100644
index 0000000..9b632b5
--- /dev/null
+++ b/acme.conf.5
@@ -0,0 +1,39 @@
+.\" This source code is released into the public domain.
+.Dd June 3, 2025
+.Dt ACME.CONF 5
+.Os
+.Sh NAME
+.Nm acme.conf
+.Nd lfacme global configuration file
+.Sh SYNOPSIS
+.Pa /usr/local/etc/lfacme/acme.conf
+.Sh DESCRIPTION
+The
+.Nm
+file is a shell script used to configure the global behaviour of
+.Nm lfacme .
+The following variables may be set:
+.Bl -tag -width indent
+.It Va ACME_URL
+(Required.)
+The URL of the ACME server.
+.It Va ACME_DIR
+(Required.)
+The path to the base configuration directory, where certificates will be stored.
+.It Va ACME_HOOKDIR
+The path to a directory containing hooks to invoke when issuing certificates
+(see
+.Xr domains.conf 5 ) .
+The default value is
+.Pa ${ACME_DIR}/hooks .
+.It Va ACME_KERBEROS_PRINCIPAL
+The Kerberos principal to use when responding to a
+.Dq dns-01
+challenge.
+The default value is
+.Dq host/$(hostname) .
+.El
+.Sh SEE ALSO
+.Xr domains.conf 5 ,
+.Xr lfacme-setup 8 ,
+.Xr lfacme-renew 8