aboutsummaryrefslogtreecommitdiffstats
path: root/renew.sh.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 21:45:02 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 21:45:52 +0100
commitcf4e17a15781dc5d34a03fe5a40bf43616823010 (patch)
tree47ce2563aadda7a9b43c72192109164ea52fc303 /renew.sh.in
parentb89b4605df7b1582b1b1c96908c0a9e8c04699d1 (diff)
downloadlfacme-cf4e17a15781dc5d34a03fe5a40bf43616823010.tar.gz
lfacme-cf4e17a15781dc5d34a03fe5a40bf43616823010.tar.bz2
simplify CONFDIR handling
Diffstat (limited to 'renew.sh.in')
-rw-r--r--renew.sh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/renew.sh.in b/renew.sh.in
index c0d9121..de46bb0 100644
--- a/renew.sh.in
+++ b/renew.sh.in
@@ -226,8 +226,7 @@ _docert() {
# so run the hooks.
for hook in $_rhooks; do
_verbose "running hook: %s" "$hook"
- env "LFACME_CONFDIR=${_CONFDIR}" \
- "LFACME_VERBOSE=${LFACME_VERBOSE}" \
+ env "LFACME_VERBOSE=${LFACME_VERBOSE}" \
"LFACME_CERT=${identifier}" \
"LFACME_KEYFILE=${keyfile}" \
"LFACME_CERTFILE=${certfile}" \