acme: fix acme path
Signed-off-by: Glen Huang <heyhgl@gmail.com>
This commit is contained in:
parent
2c617bbe22
commit
952d449eed
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -u
|
||||
ACME=/usr/lib/acme/acme.sh
|
||||
ACME=/usr/lib/acme/client/acme.sh
|
||||
LOG_TAG=acme-acmesh
|
||||
# webroot option deprecated, use the hardcoded value directly in the next major version
|
||||
WEBROOT=${webroot:-/var/run/acme/challenge}
|
||||
|
|
Loading…
Reference in a new issue