We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c44a84 commit 1d2c68aCopy full SHA for 1d2c68a
web/rootfs/etc/cont-init.d/10-config
@@ -21,6 +21,7 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
21
if [[ $LETSENCRYPT_USE_STAGING -eq 1 ]]; then
22
STAGING="--staging"
23
fi
24
+ export LE_WORKING_DIR="/config/acme.sh"
25
# TODO: move away from standalone mode to webroot mode.
26
if ! /config/acme.sh/acme.sh \
27
$STAGING \
0 commit comments