aboutsummaryrefslogtreecommitdiffstats
path: root/renew.sh.in
diff options
context:
space:
mode:
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")"