aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-kerberos.7.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 21:40:57 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 21:40:57 +0100
commitb89b4605df7b1582b1b1c96908c0a9e8c04699d1 (patch)
treefb57e65dff784b81c7c6bd16ca8b79e080600285 /lfacme-kerberos.7.in
parentbe088fe540060e286fad14bf7e9bc64d8dd04e36 (diff)
downloadlfacme-b89b4605df7b1582b1b1c96908c0a9e8c04699d1.tar.gz
lfacme-b89b4605df7b1582b1b1c96908c0a9e8c04699d1.tar.bz2
rename $ACME_* to $LFACME_*
for consistency with hook variables, and to avoid conflicts with other applications.
Diffstat (limited to 'lfacme-kerberos.7.in')
-rw-r--r--lfacme-kerberos.7.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lfacme-kerberos.7.in b/lfacme-kerberos.7.in
index ae96109..0a28535 100644
--- a/lfacme-kerberos.7.in
+++ b/lfacme-kerberos.7.in
@@ -43,7 +43,7 @@ Before sending the update,
will retrieve a Kerberos ticket using
.Xr kinit 1
for the principal configured by
-.Ar ACME_KERBEROS_PRINCIPAL
+.Ar LFACME_KERBEROS_PRINCIPAL
in
.Xr acme.conf 5 .
.Sh CONFIGURATION
@@ -52,34 +52,34 @@ The
challenge hook supports the following configuration options in
.Xr acme.conf 5 :
.Bl -tag -width indent
-.It Va ACME_KERBEROS_PRINCIPAL
+.It Va LFACME_KERBEROS_PRINCIPAL
The Kerberos principal to authenticate as when sending the DNS update.
The default value is
.Dq host/$(hostname) ,
which assumes a default realm has been configured in
.Pa /etc/krb5.conf .
Explicitly configuring the principal is recommended, but not required.
-.It Va ACME_KERBEROS_KEYTAB
+.It Va LFACME_KERBEROS_KEYTAB
The keytab used to issue the Kerberos ticket.
This must contain a key for the principal configured by
-.Va ACME_KERBEROS_PRINCIPAL .
+.Va LFACME_KERBEROS_PRINCIPAL .
The default value is
.Pa /etc/krb5.keytab .
-.It Va ACME_KERBEROS_KINIT
+.It Va LFACME_KERBEROS_KINIT
Path to the
.Xr kinit 1
program.
If not specified,
.Ev $PATH
will be searched.
-.It Va ACME_DNS_DIG
+.It Va LFACME_DNS_DIG
Path to the
.Xr dig 1
program.
If not specified,
.Ev $PATH
will be searched.
-.It Va ACME_DNS_NSUPDATE
+.It Va LFACME_DNS_NSUPDATE
Path to the
.Xr nsupdate 1
program.