aboutsummaryrefslogtreecommitdiffstats
path: root/renew.sh.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 /renew.sh.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 'renew.sh.in')
-rw-r--r--renew.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/renew.sh.in b/renew.sh.in
index e1d2c6c..c0d9121 100644
--- a/renew.sh.in
+++ b/renew.sh.in
@@ -1,7 +1,7 @@
#! /bin/sh
# This source code is released into the public domain.
-_OPENSSL="$(_findbin openssl $ACME_OPENSSL)"
+_OPENSSL="$(_findbin openssl $LFACME_OPENSSL)"
# Parse command-line arguments.
args=$(getopt f $*)
@@ -175,7 +175,7 @@ _docert() {
# make sure all the hook scripts are valid. if the hook name
# begins with a '/' it's a full path, otherwise it's relative
- # to ACME_HOOKDIR.
+ # to LFACME_HOOKDIR.
local _rhooks=""
for hook in $hooks; do
local _hookpath="$(_findhook "$identifier" "$hook")"